| Total Complexity | 5 |
| Total Lines | 44 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | final class Configuration extends \SimpleSAML\Module\monitor\TestSuiteFactory |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param TestConfiguration $configuration |
||
| 16 | */ |
||
| 17 | public function __construct($configuration) |
||
| 18 | { |
||
| 19 | $this->setCategory('Configuration'); |
||
| 20 | parent::__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) |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @return void |
||
| 43 | */ |
||
| 44 | public function invokeTest() |
||
| 58 |