@@ -8,6 +8,9 @@ discard block |
||
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 |
||
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); |