Total Complexity | 4 |
Total Lines | 47 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | final class Expiration extends \SimpleSAML\Modules\Monitor\TestCaseFactory |
||
10 | { |
||
11 | /** |
||
12 | * @var string |
||
13 | */ |
||
14 | private $entityId; |
||
15 | |||
16 | /** |
||
17 | * @var array |
||
18 | */ |
||
19 | private $metadata; |
||
20 | |||
21 | /** |
||
22 | * @param TestData $testData |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | protected function initialize($testData) |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @return void |
||
36 | */ |
||
37 | public function invokeTest() |
||
59 |
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