Total Complexity | 5 |
Total Lines | 47 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | final class Connection extends \SimpleSAML\Module\monitor\TestCaseFactory |
||
14 | { |
||
15 | /** @var \SimpleSAML\Database */ |
||
16 | private Database $db; |
||
17 | |||
18 | /** @var string */ |
||
19 | private string $dsn; |
||
20 | |||
21 | |||
22 | /** |
||
23 | * @param \SimpleSAML\Module\monitor\TestData $testData |
||
24 | * |
||
25 | * @return void |
||
26 | */ |
||
27 | protected function initialize(TestData $testData): void |
||
31 | } |
||
32 | |||
33 | |||
34 | /** |
||
35 | * @return void |
||
36 | */ |
||
37 | public function invokeTest(): void |
||
62 |