| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 26 | final public function assertJsonMatches(string $expression, $expected): self |
||
| 27 | { |
||
| 28 | $this->assertJson(); |
||
| 29 | |||
| 30 | $data = \json_decode($this->documentElement()->getContent(), true, 512, JSON_THROW_ON_ERROR); |
||
| 31 | |||
| 32 | PHPUnit::assertSame($expected, search($expression, $data)); |
||
| 33 | |||
| 34 | return $this; |
||
| 35 | } |
||
| 37 |
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