mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-23 10:06:51 +08:00
Fix test
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user