| 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 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths