Class SameMatcher
SameMatcher determines if an actual value is identical to the expected value.
-
Peridot\Leo\Matcher\AbstractMatcher
implements
Peridot\Leo\Matcher\MatcherInterface
-
Peridot\Leo\Matcher\SameMatcher
Methods summary
public
boolean
|
#
doMatch( mixed $actual )
Match if the actual value is identical to the expected value using an ===
comparison.
Match if the actual value is identical to the expected value using an ===
comparison.
Parameters
Returns
boolean
|
public
Peridot\Leo\Matcher\Template\TemplateInterface
|
#
getDefaultTemplate( )
Return a default TemplateInterface if none was set.
Return a default TemplateInterface if none was set.
Returns
|