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
- Peridot\Leo\Matcher\CountableMatcher
- Peridot\Leo\Matcher\GreaterThanOrEqualMatcher
Namespace: Peridot\Leo\Matcher
Package: Peridot\Leo\Matcher
Located at Matcher/GreaterThanOrEqualMatcher.php
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. |
public
|
|
public
|
doMatch(),
getCount(),
getCountable(),
getTemplate(),
setCountable()
|
__construct(),
invert(),
isNegated(),
match(),
setAssertion(),
setTemplate()
|
$countable
|
$assertion,
$expected,
$negated,
$template
|