| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | public function testResults(array $input, $url, $xml, $headers, $method, $isExpectXml) |
||
| 23 | { |
||
| 24 | $builder = new FetchOrder($input[0]); |
||
| 25 | |||
| 26 | $this->assertSame($url, $builder->getUrl()); |
||
| 27 | $this->assertSame($method, $builder->getMethod()); |
||
| 28 | $this->assertSame($xml, $builder->getXml()); |
||
| 29 | $this->assertSame($isExpectXml, $builder->isExpectXml()); |
||
| 30 | $this->assertSame($headers, $builder->getHeaders()); |
||
| 31 | } |
||
| 47 |
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