| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | final public function testHeaders(): void |
||
| 22 | { |
||
| 23 | $request = new TestRequest(); |
||
|
1 ignored issue
–
show
|
|||
| 24 | $response = $request->get(array('id' => 'wiki:syntax')); |
||
| 25 | |||
| 26 | // check description meta headers |
||
| 27 | $this->assertStringContainsString( |
||
| 28 | 'DokuWiki supports some simple markup language', |
||
| 29 | $response->queryHTML('meta[name="description"]')->attr('content') |
||
| 30 | ); |
||
| 33 |
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