Total Complexity | 6 |
Total Lines | 51 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | final class ServerGroup extends \SimpleSAML\Modules\Monitor\TestCaseFactory |
||
10 | { |
||
11 | /** |
||
12 | * @var array |
||
13 | */ |
||
14 | private $results = array(); |
||
15 | |||
16 | /** |
||
17 | * @var string|null |
||
18 | */ |
||
19 | private $group = null; |
||
20 | |||
21 | /** |
||
22 | * @param TestData $testData |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | protected function initialize($testData) |
||
27 | { |
||
28 | $this->results = $testData->getInputItem('results'); |
||
29 | $this->group = $testData->getInputItem('group'); |
||
30 | |||
31 | parent::initialize($testData); |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @return void |
||
36 | */ |
||
37 | public function invokeTest() |
||
60 | } |
||
61 | } |
||
62 |
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