Completed
Pull Request — master (#170)
by
unknown
02:59
created
application/tests/_ci_phpunit_test/CIPHPUnitTestDouble.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.