| Total Complexity | 3 |
| Total Lines | 70 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class SplEnum extends atoum |
||
| 22 | { |
||
| 23 | public function test() |
||
| 44 | ; |
||
| 45 | } |
||
| 46 | |||
| 47 | public function test_unexpected_value_exception() |
||
| 48 | { |
||
| 49 | $this |
||
| 50 | ->exception( |
||
| 51 | function() { |
||
| 52 | new \Month('1'); |
||
| 53 | } |
||
| 54 | ) |
||
| 55 | ->isInstanceOf('\UnexpectedValueException') |
||
| 56 | ; |
||
| 57 | } |
||
| 58 | |||
| 59 | 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