@@ -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 construntor, array: construntor params |
|
35 | + * @param boolean $constructor_params false: disable construntor, array: construntor params |
|
36 | 36 | * |
37 | 37 | * @return object PHPUnit mock object |
38 | 38 | */ |
@@ -72,6 +72,10 @@ discard block |
||
72 | 72 | return $mock; |
73 | 73 | } |
74 | 74 | |
75 | + /** |
|
76 | + * @param string $method |
|
77 | + * @param string $with |
|
78 | + */ |
|
75 | 79 | protected function _verify($mock, $method, $params = null, $expects, $with) |
76 | 80 | { |
77 | 81 | $invocation = $mock->expects($expects) |