Class GreaterThanOrEqualMatcher
GreaterThanOrEqualMatcher matches that the actual value is greater than or equal to the expected value.
- Peridot\Leo\Matcher\AbstractMatcher implements Peridot\Leo\Matcher\MatcherInterface
- Extended by Peridot\Leo\Matcher\CountableMatcher
- Extended by Peridot\Leo\Matcher\GreaterThanOrEqualMatcher
Namespace: Peridot\Leo\Matcher
Package: Peridot\Leo\Matcher
Located at Matcher/GreaterThanOrEqualMatcher.php
Methods summary
Package: Peridot\Leo\Matcher
Located at Matcher/GreaterThanOrEqualMatcher.php
protected
boolean
#
matchNumeric( mixed $number )
Match that the actual number is greater than or equal to the expected value.
Match that the actual number is greater than or equal to the expected value.
Parameters
- $number
Returns
boolean
public
Peridot\Leo\Matcher\Template\TemplateInterface
public
Peridot\Leo\Matcher\Template\TemplateInterface
#
getDefaultCountableTemplate( )
Return a default template for when a countable has been set.
Return a default template for when a countable has been set.