| Total Complexity | 3 | 
| Total Lines | 32 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 9 | abstract class TestCase extends BaseTestCase | ||
| 10 | { | ||
| 11 | use MakeRequestTrait; | ||
| 12 | |||
| 13 | /** | ||
| 14 | * @var \Gravatalonga\Application | ||
|  | |||
| 15 | */ | ||
| 16 | protected $app; | ||
| 17 | |||
| 18 | /** | ||
| 19 | * @var Psr17Factory | ||
| 20 | */ | ||
| 21 | private $psr17; | ||
| 22 | |||
| 23 | public function setUp(): void | ||
| 30 | } | ||
| 31 | |||
| 32 | public function refreshApplication() | ||
| 35 | } | ||
| 36 | |||
| 37 | /** | ||
| 38 | * @return \Slim\App; | ||
| 39 | */ | ||
| 40 | abstract public function createApplication(); | ||
| 41 | } | ||
| 42 | 
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