Completed
Push — add/site-status-package ( 886422...32a737 )
by Marin
724:07 queued 717:21
created
packages/site-status/tests/php/test_Site_Status.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -69,6 +69,10 @@
 block discarded – undo
69 69
 		unset( $this->mocked_filters );
70 70
 	}
71 71
 
72
+	/**
73
+	 * @param string $function_name
74
+	 * @param string $return_value
75
+	 */
72 76
 	protected function mock_function( $function_name, $return_value = null ) {
73 77
 		$builder = new MockBuilder();
74 78
 		$builder->setNamespace( __NAMESPACE__ )
Please login to merge, or discard this patch.