Total Complexity | 5 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class FinalShardSpec extends ObjectBehavior |
||
12 | { |
||
13 | function let(Uuid $uuid, Source $source, Data $data) |
||
14 | { |
||
15 | $source->__toString()->willReturn('test:1.0'); |
||
16 | $this->beConstructedWith($uuid, $source, $data); |
||
17 | } |
||
18 | |||
19 | function it_is_initializable() |
||
20 | { |
||
21 | $this->shouldHaveType(FinalItem::class); |
||
22 | } |
||
23 | |||
24 | function it_should_have_acceptable_source() |
||
27 | } |
||
28 | |||
29 | function it_should_have_uuid() |
||
32 | } |
||
33 | |||
34 | function it_should_have_data() |
||
37 | } |
||
38 | } |
||
39 |
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