Total Complexity | 7 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class OutputOutcomeSpec extends ObjectBehavior |
||
13 | { |
||
14 | function let() |
||
15 | { |
||
16 | $this->beConstructedWith('foobar'); |
||
17 | } |
||
18 | |||
19 | function it_is_initializable() |
||
22 | } |
||
23 | |||
24 | function it_is_an_outcome() |
||
27 | } |
||
28 | |||
29 | function it_is_an_output_type() |
||
32 | } |
||
33 | |||
34 | function it_must_be_handled() |
||
37 | } |
||
38 | |||
39 | function it_contains_content() |
||
40 | { |
||
41 | $this->getContent()->shouldReturn('foobar'); |
||
42 | } |
||
43 | |||
44 | function it_contains_description() |
||
47 | } |
||
48 | } |
||
49 |
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