Completed
Push — master ( b3a1f1...be5021 )
by Tim
17:16 queued 48s
created
lib/TestCaseFactory.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@  discard block
 block discarded – undo
8 8
     private $category = null;
9 9
     private $subject = null;
10 10
 
11
+    /**
12
+     * @param TestSuiteFactory $testsuite
13
+     */
11 14
     public function __construct($testsuite, $testData)
12 15
     {
13 16
         assert($testsuite instanceof TestSuiteFactory);
@@ -28,6 +31,10 @@  discard block
 block discarded – undo
28 31
     /*
29 32
      * @return void
30 33
      */
34
+
35
+    /**
36
+     * @param TestSuiteFactory $testsuite
37
+     */
31 38
     private function setTestSuite($testsuite)
32 39
     {
33 40
         assert($testsuite instanceof TestSuiteFactory);
Please login to merge, or discard this patch.