Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
25 | public function let() |
||
26 | { |
||
27 | $this->tempDir = sys_get_temp_dir().'/doyo/test-report'; |
||
28 | |||
29 | $options = [ |
||
30 | 'target' => $this->tempDir, |
||
31 | 'type' => 'html', |
||
32 | 'fileSystemType' => 'dir', |
||
33 | 'lowUpperBound' => 20, |
||
34 | 'highLowerBound' => 90, |
||
35 | 'generator' => 'some-generator', |
||
36 | ]; |
||
37 | $this->beConstructedWith($options); |
||
38 | } |
||
57 |
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