Total Complexity | 5 |
Total Lines | 44 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | final class Configuration extends \SimpleSAML\Modules\Monitor\TestSuiteFactory |
||
13 | { |
||
14 | /** |
||
15 | * @param TestConfiguration $configuration |
||
16 | */ |
||
17 | public function __construct($configuration) |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @return array |
||
25 | */ |
||
26 | private function testCertificates($configuration) |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * @return array |
||
34 | */ |
||
35 | private function testDatabase($configuration) |
||
36 | { |
||
37 | $test = new Configuration\Database($configuration); |
||
38 | return $test->getTestResults(); |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * @return void |
||
43 | */ |
||
44 | public function invokeTest() |
||
56 | } |
||
57 | } |
||
58 |