Class GreaterThanMatcher
GreaterThanMatcher determines if the actual value is greater than the expected value.
- Peridot\Leo\Matcher\AbstractMatcher implements Peridot\Leo\Matcher\MatcherInterface
- Extended by Peridot\Leo\Matcher\CountableMatcher
- Extended by Peridot\Leo\Matcher\GreaterThanMatcher
Namespace: Peridot\Leo\Matcher
Package: Peridot\Leo\Matcher
Located at Matcher/GreaterThanMatcher.php
Methods summary
Package: Peridot\Leo\Matcher
Located at Matcher/GreaterThanMatcher.php
public
Peridot\Leo\Matcher\Template\TemplateInterface
#
getDefaultTemplate( )
Return a default TemplateInterface if none was set.
Return a default TemplateInterface if none was set.
Returns
protected
boolean
#
matchNumeric( mixed $number )
Match that actual number is greater than the expected value.
Match that actual number is greater than the expected value.
Parameters
- $number
Returns
boolean