| Total Complexity | 2 | 
| Total Lines | 22 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 0 | ||
| 1 | <?php | ||
| 15 | final class SuccessResponseTest extends TestCase | ||
| 16 | { | ||
| 17 | /** | ||
| 18 | * @covers ::status | ||
| 19 | */ | ||
| 20 | public function testSuccessResponseStatus(): void | ||
| 21 |     { | ||
| 22 | $response = new SuccessApiResponse(); | ||
| 23 | |||
| 24 | self::assertSame($response->status(), HttpStatusCode::HTTP_OK); | ||
| 25 | } | ||
| 26 | |||
| 27 | /** | ||
| 28 | * @covers ::body | ||
| 29 | */ | ||
| 30 | public function testSuccessResponseBody(): void | ||
| 37 | } | ||
| 38 | } | ||
| 39 | 
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