Completed
Push — master ( 886d08...3c4a95 )
by Kenji
03:47 queued 01:20
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 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
 block discarded – undo
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)
Please login to merge, or discard this patch.