Skip to content

Commit cfeff38

Browse files
Fix test
1 parent faf1182 commit cfeff38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/GeneratorTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public function can_parse_response_file_tag()
272272
// copy file to storage
273273
$filePath = __DIR__.'/../Fixtures/response_test.json';
274274
$fixtureFileJson = file_get_contents($filePath);
275-
copy ($filePath, storage_path('response_test.json'));
275+
copy($filePath, storage_path('response_test.json'));
276276

277277
$route = $this->createRoute('GET', '/responseFileTag', 'responseFileTag');
278278
$parsed = $this->generator->processRoute($route);

0 commit comments

Comments
 (0)