Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 11 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class InterpreterTest extends PHPUnit_Framework_TestCase |
||
16 | { |
||
17 | protected InterpreterInterface $interpreter; |
||
18 | |||
19 | protected function setUp(): void |
||
25 | } |
||
26 | |||
27 | public function testAlbum(): void |
||
28 | { |
||
29 | $this->assertEquals("Deftones\n", $this->interpreter->interpret("author 2")); |
||
30 | $this->assertEquals("Deftones\n", $this->interpreter->interpret("2 author")); |
||
31 | } |
||
32 | |||
33 | public function testAuthor(): void |
||
37 | } |
||
38 | } |
||
39 |
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