| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 62 | protected function createFailMessage() |
||
| 63 | { |
||
| 64 | $class = $this->classToStr($this->class); |
||
| 65 | return 'The arguments of the method ' . $class . '::' . $this->method . ' are incorrect. Expcted: ' . print_r($this->expectedArgs, true) . ' - Returned: ' . print_r($this->returned, true); |
||
| 66 | } |
||
| 67 | } |