| Conditions | 1 |
| Paths | 1 |
| Total Lines | 17 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | protected function setUp() |
||
| 24 | { |
||
| 25 | global $di; |
||
| 26 | |||
| 27 | // Setup di |
||
| 28 | $this->di = new DIFactoryConfig(); |
||
| 29 | $this->di->loadServices(ANAX_INSTALL_PATH . "/config/di"); |
||
| 30 | |||
| 31 | // Use a different cache dir for unit test |
||
| 32 | $this->di->get("cache")->setPath(ANAX_INSTALL_PATH . "/test/cache"); |
||
| 33 | |||
| 34 | // View helpers uses the global $di so it needs its value |
||
| 35 | $di = $this->di; |
||
| 36 | |||
| 37 | // Setup the controller |
||
| 38 | $this->controller = new FlatFileContentController(); |
||
| 39 | $this->controller->setDI($this->di); |
||
| 40 | //$this->controller->initialize(); |
||
| 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