Completed
Push — add/site-status-package ( 886422 )
by Marin
725:26 queued 718:16
created
packages/site-status/tests/php/test_Site_Status.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -77,6 +77,10 @@
 block discarded – undo
77 77
 		unset( $this->mocked_filters );
78 78
 	}
79 79
 
80
+	/**
81
+	 * @param string $function_name
82
+	 * @param string $return
83
+	 */
80 84
 	protected function mock_function( $function_name, $return ) {
81 85
 		$builder = new MockBuilder();
82 86
 		$builder->setNamespace( __NAMESPACE__ )
Please login to merge, or discard this patch.