@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | * |
| 33 | 33 | * @param string $classname |
| 34 | 34 | * @param array $params [method_name => return_value] |
| 35 | - * @param mixed $constructor_params false: disable constructor, array: constructor params |
|
| 35 | + * @param boolean $constructor_params false: disable constructor, array: constructor params |
|
| 36 | 36 | * |
| 37 | 37 | * @return mixed PHPUnit mock object |
| 38 | 38 | */ |
@@ -95,6 +95,10 @@ discard block |
||
| 95 | 95 | return $mock; |
| 96 | 96 | } |
| 97 | 97 | |
| 98 | + /** |
|
| 99 | + * @param string $method |
|
| 100 | + * @param string $with |
|
| 101 | + */ |
|
| 98 | 102 | protected function _verify($mock, $method, $params = null, $expects, $with) |
| 99 | 103 | { |
| 100 | 104 | $invocation = $mock->expects($expects) |