Total Complexity | 3 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
24 | class DependedPluginsBootLoaderTest extends TestCase |
||
25 | { |
||
26 | private KernelInterface|null $kernel = null; |
||
27 | |||
28 | private object $pluginNotHasDepends; |
||
29 | |||
30 | private PluginDependedInterface $pluginDependedWithEmptyDepends; |
||
31 | |||
32 | private PluginDependedInterface $pluginDependedWithDepends; |
||
33 | |||
34 | protected function setUp(): void |
||
35 | { |
||
36 | } |
||
37 | |||
38 | public function testBoot() |
||
58 | } |
||
59 | } |
||
60 |
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