Total Complexity | 4 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class TakeMoreThanMatcher extends AbstractTakeThanMatcher |
||
10 | { |
||
11 | protected $keywords = [ |
||
12 | 'takeMoreThan', |
||
13 | 'lastMoreThan', |
||
14 | ]; |
||
15 | |||
16 | 2 | public function verifyNegative(callable $callable, array $arguments, float $timeInSeconds): bool |
|
28 | ); |
||
29 | } |
||
30 | |||
31 | 2 | public function verifyPositive(callable $callable, array $arguments, float $timeInSeconds): bool |
|
46 |