This commit is contained in:
Gabriel Peixoto
2018-11-27 18:52:54 -03:00
parent faf1182535
commit cfeff387e2

View File

@@ -272,7 +272,7 @@ abstract class GeneratorTestCase extends TestCase
// copy file to storage
$filePath = __DIR__.'/../Fixtures/response_test.json';
$fixtureFileJson = file_get_contents($filePath);
copy ($filePath, storage_path('response_test.json'));
copy($filePath, storage_path('response_test.json'));
$route = $this->createRoute('GET', '/responseFileTag', 'responseFileTag');
$parsed = $this->generator->processRoute($route);