Total Complexity | 5 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
21 | class ConsoleSpec extends ObjectBehavior |
||
22 | { |
||
23 | public function let( |
||
24 | StyleInterface $style |
||
25 | ) { |
||
26 | $this->beConstructedWith($style); |
||
27 | } |
||
28 | |||
29 | public function it_should_be_a_ConsoleIO() |
||
33 | } |
||
34 | |||
35 | public function its_coverageSection_should_write_section_output( |
||
36 | StyleInterface $style |
||
37 | ) { |
||
38 | $style->section('coverage: foo')->shouldBeCalledOnce(); |
||
39 | $this->coverageSection('foo'); |
||
40 | } |
||
41 | |||
42 | public function its_coverageInfo_should_write_info_output( |
||
47 | } |
||
48 | |||
49 | public function its_coverageInfo_should_write_error_output( |
||
56 |
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