Total Complexity | 3 |
Total Lines | 45 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | final class Server extends \SimpleSAML\Module\monitor\TestCaseFactory |
||
14 | { |
||
15 | /** @var array|false */ |
||
16 | private $serverStats; |
||
17 | |||
18 | |||
19 | /** @var string */ |
||
20 | private string $host; |
||
21 | |||
22 | |||
23 | /** |
||
24 | * @param \SimpleSAML\Module\monitor\TestData $testData |
||
25 | * |
||
26 | * @return void |
||
27 | */ |
||
28 | protected function initialize(TestData $testData): void |
||
34 | } |
||
35 | |||
36 | |||
37 | /** |
||
38 | * @return void |
||
39 | */ |
||
40 | public function invokeTest(): void |
||
60 |