Total Complexity | 4 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class AimeosTest extends \Neos\Flow\Tests\UnitTestCase |
||
|
|||
8 | { |
||
9 | private $object; |
||
10 | |||
11 | |||
12 | public function setUp() |
||
13 | { |
||
14 | $this->object = new \Aimeos\Shop\Base\Aimeos(); |
||
15 | } |
||
16 | |||
17 | |||
18 | /** |
||
19 | * @test |
||
20 | */ |
||
21 | public function get() |
||
22 | { |
||
23 | $this->assertInstanceOf( '\\Aimeos\\Bootstrap', $this->object->get() ); |
||
24 | } |
||
25 | |||
26 | |||
27 | /** |
||
28 | * @test |
||
29 | */ |
||
30 | public function getVersion() |
||
33 | } |
||
34 | |||
35 | |||
36 | /** |
||
37 | * @test |
||
38 | */ |
||
39 | public function injectSettings() |
||
44 | } |
||
45 | } |
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