| Conditions | 2 |
| Paths | 2 |
| Total Lines | 15 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 63 | public function testBasicTest() |
||
| 64 | { |
||
| 65 | // create String Helper |
||
| 66 | foreach ($this->PACKAGE_CLASSES as $PACKAGE_CLASS) { |
||
| 67 | ${$PACKAGE_CLASS} = $this->app->make($PACKAGE_CLASS); |
||
| 68 | } |
||
| 69 | |||
| 70 | $testArray = [ |
||
| 71 | 'key1' => 'value1', |
||
| 72 | 'key2' => [ |
||
| 73 | 'key21' => 'value21', |
||
| 74 | ] |
||
| 75 | ]; |
||
| 76 | |||
| 77 | $this->assertTrue(true); |
||
| 78 | } |
||
| 80 |
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