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 faf1182 commit cfeff38Copy full SHA for cfeff38
tests/Unit/GeneratorTestCase.php
@@ -272,7 +272,7 @@ public function can_parse_response_file_tag()
272
// copy file to storage
273
$filePath = __DIR__.'/../Fixtures/response_test.json';
274
$fixtureFileJson = file_get_contents($filePath);
275
- copy ($filePath, storage_path('response_test.json'));
+ copy($filePath, storage_path('response_test.json'));
276
277
$route = $this->createRoute('GET', '/responseFileTag', 'responseFileTag');
278
$parsed = $this->generator->processRoute($route);
0 commit comments