Gabriel Peixoto 6 سال پیش
والد
کامیت
cfeff387e2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tests/Unit/GeneratorTestCase.php

+ 1 - 1
tests/Unit/GeneratorTestCase.php

@@ -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);