Total Complexity | 3 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | final class Sql extends \SimpleSAML\Module\monitor\TestCaseFactory |
||
14 | { |
||
15 | /** @var string */ |
||
16 | private string $host = '<< unset >>'; |
||
17 | |||
18 | |||
19 | /** |
||
20 | * @param \SimpleSAML\Module\monitor\TestData $testData |
||
21 | * |
||
22 | * @return void |
||
23 | */ |
||
24 | protected function initialize(TestData $testData): void |
||
25 | { |
||
26 | $this->host = $testData->getInputItem('host'); |
||
27 | parent::initialize($testData); |
||
28 | } |
||
29 | |||
30 | |||
31 | /** |
||
32 | * @return void |
||
33 | */ |
||
34 | public function invokeTest(): void |
||
48 | } |
||
49 | } |
||
50 |