Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
18 | final class SymfonyEventBusTest extends TestCase |
||
19 | { |
||
20 | private SymfonyEventBus $eventBus; |
||
21 | private TestSymfonyEventBus $symfonyEventBus; |
||
22 | |||
23 | protected function setUp(): void |
||
24 | { |
||
25 | parent::setUp(); |
||
26 | |||
27 | $this->eventBus = new SymfonyEventBus( |
||
28 | $this->symfonyEventBus = new TestSymfonyEventBus(), |
||
29 | ); |
||
30 | } |
||
31 | |||
32 | #[Test] |
||
38 | } |
||
39 | |||
40 | #[Test] |
||
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