| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 25 | 
| Code Lines | 22 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 37 | public function testGachaDropUpItems() | ||
| 38 |     { | ||
| 39 | $items = ['SSR ITEM' => 0.1, | ||
| 40 | 'SSR ITEM 2' => 0.2, | ||
| 41 | 'SSR ITEM 3' => 0.3, | ||
| 42 | 'SSR ITEM 4' => 0.4, | ||
| 43 | 'SR ITEM 1' => 0.5, | ||
| 44 | 'SR ITEM 2' => 0.6, | ||
| 45 | 'SR ITEM 3' => 1.2, | ||
| 46 | 'item 8' => 2, | ||
| 47 | 'item 9' => 2.8, | ||
| 48 | 'item 10' => 3.6, | ||
| 49 | 'item 11' => 4.4, | ||
| 50 | 'item 12' => 5.2, | ||
| 51 | 'item 13' => 6, | ||
| 52 | 'item 14' => 6.8, | ||
| 53 | 'item 15' => 7.6, | ||
| 54 | 'item 16' => 8.4, | ||
| 55 | 'item 17' => 9.2, | ||
| 56 | 'item 18' => 10, | ||
| 57 | 'item 19' => 10.8, | ||
| 58 | 'item 20' => 11.6, | ||
| 59 | 'item 21' => 8.3, | ||
| 60 | ]; | ||
| 61 | 		$this->assertArrayHasKey(Roll::put($items)->dropUp('SSR ITEM',300)->spin(),$items); | ||
| 62 | } | ||
| 89 | } | 
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