We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fe40d commit 1173addCopy full SHA for 1173add
tests/Controllers/LaravelRequestDocsControllerTest.php
@@ -22,10 +22,10 @@ public function testApiMain(): void
22
$response = $this->get(route('request-docs.api'))
23
->assertStatus(Response::HTTP_OK);
24
25
- $expected = (array) json_decode(
26
- File::get(base_path('tests/mocks/lrd-response.json')),
27
- true,
28
- );
+ // $expected = (array) json_decode(
+ // File::get(base_path('tests/mocks/lrd-response.json')),
+ // true,
+ // );
29
30
/** {@see \Rakutentech\LaravelRequestDocs\Tests\TestCase::registerRoutes()} */
31
$this->assertCount(31, $response->json());
0 commit comments