Completed
Push — master ( 9413f6...e76939 )
by Tim
01:39
created
lib/TestCase.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -29,6 +29,10 @@
 block discarded – undo
29 29
     /*
30 30
      * @return void
31 31
      */
32
+
33
+    /**
34
+     * @param TestSuite $testsuite
35
+     */
32 36
     private function setTestSuite($testsuite)
33 37
     {
34 38
         assert($testsuite instanceof TestSuite);
Please login to merge, or discard this patch.