| Total Complexity | 3 |
| Total Lines | 47 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class SplString extends atoum |
||
| 20 | { |
||
| 21 | public function test() |
||
| 22 | { |
||
| 23 | $this |
||
| 24 | ->given($this->newTestedInstance) |
||
| 25 | ->then |
||
| 26 | ->string((string) $this->testedInstance) |
||
| 27 | ->isEqualTo('') |
||
| 28 | ; |
||
| 29 | |||
| 30 | $this |
||
| 31 | ->given($this->newTestedInstance('test')) |
||
| 32 | ->then |
||
| 33 | ->string((string) $this->testedInstance) |
||
| 34 | ->isEqualTo('test') |
||
| 35 | ; |
||
| 36 | |||
| 37 | $this |
||
| 38 | ->given($this->newTestedInstance(0, false)) |
||
| 39 | ->then |
||
| 40 | ->string((string) $this->testedInstance) |
||
| 41 | ->isEqualTo('0') |
||
| 42 | ; |
||
| 43 | } |
||
| 44 | |||
| 45 | public function test_unexpected_value_exception_int() |
||
| 54 | ; |
||
| 55 | } |
||
| 56 | |||
| 57 | public function test_unexpected_value_exception_scalar() |
||
| 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