| Total Complexity | 18 |
| Total Lines | 64 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class InvocationFactory |
||
| 11 | { |
||
| 12 | public function prepareInvocation($invoked) : PHPUnit_Framework_MockObject_Matcher_Invocation |
||
| 31 | } |
||
| 32 | |||
| 33 | private function prepareInvocationNumeric(int $times): PHPUnit_Framework_MockObject_Matcher_Invocation |
||
| 42 | } |
||
| 43 | } |
||
| 44 | |||
| 45 | private function prepareInvocationString(string $invoked): PHPUnit_Framework_MockObject_Matcher_Invocation |
||
| 76 |