Class SubStringMatcher
SubStringMatcher determines if an actual string contains the expected sub string.
-
Peridot\Leo\Matcher\AbstractMatcher
implements
Peridot\Leo\Matcher\MatcherInterface
-
Peridot\Leo\Matcher\SubStringMatcher
Methods summary
protected
mixed
|
#
doMatch( string $actual )
Match that actual value has the expected sub string.
Match that actual value has the expected sub string.
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
|