Total Complexity | 4 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | class TestCaseSpec extends ObjectBehavior |
||
20 | { |
||
21 | public function let() |
||
22 | { |
||
23 | $this->beConstructedWith('some-id'); |
||
24 | } |
||
25 | |||
26 | public function it_is_initializable() |
||
29 | } |
||
30 | |||
31 | public function its_name_should_be_mutable() |
||
32 | { |
||
33 | $this->getName()->shouldReturn('some-id'); |
||
34 | } |
||
35 | |||
36 | public function its_result_should_be_mutable() |
||
40 | } |
||
41 | } |
||
42 |
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