Class InclusionMatcher
InclusionMatcher determines if an array or string includes the expected value.
-
Peridot\Leo\Matcher\AbstractMatcher
implements
Peridot\Leo\Matcher\MatcherInterface
-
Peridot\Leo\Matcher\InclusionMatcher
Methods summary
protected
mixed
|
#
doMatch( mixed $actual )
Matches if an array or string contains the expected value.
Matches if an array or string contains the expected value.
Parameters
Returns
mixed
Throws
|
public
Peridot\Leo\Matcher\Template\TemplateInterface
|
#
getDefaultTemplate( )
Return a default TemplateInterface if none was set.
Return a default TemplateInterface if none was set.
Returns
|