We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6958033 commit 731242eCopy full SHA for 731242e
tests/Controllers/LaravelRequestDocsControllerTest.php
@@ -28,7 +28,7 @@ public function testApiMain(): void
28
);
29
30
/** {@see \Rakutentech\LaravelRequestDocs\Tests\TestCase::registerRoutes()} */
31
- $this->assertCount(29, $response->json());
+ $this->assertCount(31, $response->json());
32
33
$this->assertSame($expected, $response->json());
34
}
0 commit comments