Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
35 | public function testDep(): void |
||
36 | { |
||
37 | $core = TestCore::init([ |
||
38 | 'root' => __DIR__, |
||
39 | 'config' => __DIR__ . '/config', |
||
40 | ]); |
||
41 | |||
42 | /** @var ConfiguratorInterface $config */ |
||
43 | $configurator = $core->getContainer()->get(ConfiguratorInterface::class); |
||
44 | |||
45 | $this->assertSame(['test-key' => 'test value'], $configurator->getConfig('yaml')); |
||
46 | } |
||
48 |
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