@@ -8,7 +8,7 @@ |
||
8 | 8 | private $tests = null; |
9 | 9 | |
10 | 10 | /** |
11 | - * @param sspmod_monitor_Monitor $monitor |
|
11 | + * @param Monitor $monitor |
|
12 | 12 | */ |
13 | 13 | public function __construct($monitor, $input) |
14 | 14 | { |
@@ -29,6 +29,10 @@ |
||
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); |