Total Complexity | 5 |
Total Lines | 49 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | final class Configuration extends \SimpleSAML\Module\monitor\TestSuiteFactory |
||
15 | { |
||
16 | /** |
||
17 | * @param \SimpleSAML\Module\monitor\TestConfiguration $configuration |
||
18 | */ |
||
19 | public function __construct(TestConfiguration $configuration) |
||
20 | { |
||
21 | $this->setCategory('Configuration'); |
||
22 | parent::__construct($configuration); |
||
23 | } |
||
24 | |||
25 | |||
26 | /** |
||
27 | * @param \SimpleSAML\Module\monitor\TestConfiguration $configuration |
||
28 | * @return array |
||
29 | */ |
||
30 | private function testCertificates(TestConfiguration $configuration): array |
||
34 | } |
||
35 | |||
36 | |||
37 | /** |
||
38 | * @param \SimpleSAML\Module\monitor\TestConfiguration $configuration |
||
39 | * @return array |
||
40 | */ |
||
41 | private function testDatabase(TestConfiguration $configuration): array |
||
45 | } |
||
46 | |||
47 | |||
48 | /** |
||
49 | * @return void |
||
50 | */ |
||
51 | public function invokeTest(): void |
||
65 |