Total Complexity | 3 |
Total Lines | 47 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | class SplFloat extends atoum |
||
20 | { |
||
21 | public function test() |
||
42 | ; |
||
43 | } |
||
44 | |||
45 | public function test_unexpected_value_exception_bool() |
||
46 | { |
||
47 | $this |
||
48 | ->exception( |
||
49 | function() { |
||
50 | $this->newTestedInstance(false); |
||
51 | } |
||
52 | ) |
||
53 | ->isInstanceOf('\UnexpectedValueException') |
||
54 | ; |
||
55 | } |
||
56 | |||
57 | public function test_unexpected_value_exception_string() |
||
66 | ; |
||
67 | } |
||
69 |
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