Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | final class SymfonyUlidIdentityGeneratorTest extends TestCase |
||
17 | { |
||
18 | private SymfonyUlidIdentityGenerator $identityGenerator; |
||
19 | |||
20 | #[Override] |
||
21 | protected function setUp(): void |
||
22 | { |
||
23 | parent::setUp(); |
||
24 | |||
25 | $this->identityGenerator = new SymfonyUlidIdentityGenerator( |
||
26 | new UlidFactory(), |
||
27 | ); |
||
28 | } |
||
29 | |||
30 | #[Test] |
||
38 | ); |
||
39 | } |
||
41 |
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