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