Class TrueMatcher
TrueMatcher determines if an actual value is strictly equal to true.
-
Peridot\Leo\Matcher\AbstractMatcher
implements
Peridot\Leo\Matcher\MatcherInterface
-
Peridot\Leo\Matcher\TrueMatcher
Methods summary
public
|
|
protected
mixed
|
#
doMatch( mixed $actual )
Match if the actuall value is strictly equal to true.
Match if the actuall value is strictly equal to true.
Parameters
Returns
mixed
|
public
Peridot\Leo\Matcher\Template\TemplateInterface
|
#
getDefaultTemplate( )
Return a default TemplateInterface if none was set.
Return a default TemplateInterface if none was set.
Returns
|