Specify
Table of Contents
Methods
-
describe()
: self|null
-
it()
: self
-
its()
: self
-
should()
: self
-
shouldNot()
: self
-
specify()
: self|null
describe()
public
describe(string $feature[, Closure $code = null ]) : self|null
Parameters
-
$feature
: string
-
-
$code
: Closure
= null
-
it()
public
it(string $specification[, Closure $code = null ][, mixed $examples = [] ]) : self
Parameters
-
$specification
: string
-
-
$code
: Closure
= null
-
-
$examples
: mixed
= []
-
its()
public
its(string $specification[, Closure $code = null ][, mixed $examples = [] ]) : self
Parameters
-
$specification
: string
-
-
$code
: Closure
= null
-
-
$examples
: mixed
= []
-
should()
public
should(string $behavior[, Closure $code = null ][, mixed $examples = [] ]) : self
Parameters
-
$behavior
: string
-
-
$code
: Closure
= null
-
-
$examples
: mixed
= []
-
shouldNot()
public
shouldNot(string $behavior[, Closure $code = null ][, mixed $examples = [] ]) : self
Parameters
-
$behavior
: string
-
-
$code
: Closure
= null
-
-
$examples
: mixed
= []
-
specify()
public
specify(string $thing[, Closure $code = null ][, mixed $examples = [] ]) : self|null
Parameters
-
$thing
: string
-
-
$code
: Closure
= null
-
-
$examples
: mixed
= []
-