| Total Complexity | 3 |
| Total Lines | 50 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class ConfigTest extends \Neos\Flow\Tests\UnitTestCase |
||
|
|
|||
| 8 | { |
||
| 9 | private $object; |
||
| 10 | |||
| 11 | |||
| 12 | public function setUp() |
||
| 33 | } |
||
| 34 | |||
| 35 | |||
| 36 | /** |
||
| 37 | * @test |
||
| 38 | */ |
||
| 39 | public function getFrontend() |
||
| 40 | { |
||
| 41 | $config = $this->object->get(); |
||
| 42 | |||
| 43 | $this->assertInstanceOf( '\Aimeos\MW\Config\Iface', $config ); |
||
| 44 | $this->assertEquals( 0, $config->get( 'test', -1 ) ); |
||
| 45 | } |
||
| 46 | |||
| 47 | |||
| 48 | /** |
||
| 49 | * @test |
||
| 50 | */ |
||
| 51 | public function getBackend() |
||
| 57 | } |
||
| 58 | } |
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