Conditions | 1 |
Paths | 1 |
Total Lines | 21 |
Code Lines | 13 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | public function setUp() |
||
13 | { |
||
14 | $this->object = new \Aimeos\Shop\Base\Config(); |
||
15 | |||
16 | $aimeos = new \Aimeos\Shop\Base\Aimeos(); |
||
17 | |||
18 | $resource = array( |
||
19 | 'host' => '127.0.0.1', |
||
20 | 'dbname' => 'flow', |
||
21 | 'user' => 'root', |
||
22 | 'password' => '', |
||
23 | ); |
||
24 | |||
25 | $settings = array( |
||
26 | 'backend' => array( 'test' => 1 ), |
||
27 | 'frontend' => array( 'test' => 0 ), |
||
28 | ); |
||
29 | |||
30 | $this->inject( $this->object, 'aimeos', $aimeos ); |
||
31 | $this->inject( $this->object, 'resource', $resource ); |
||
32 | $this->inject( $this->object, 'settings', $settings ); |
||
33 | } |
||
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