Gabriel Peixoto hace 6 años
padre
commit
08572ae58a
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      tests/Unit/GeneratorTestCase.php

+ 0 - 2
tests/Unit/GeneratorTestCase.php

@@ -4,10 +4,8 @@ namespace Mpociot\ApiDoc\Tests\Unit;
 
 use Orchestra\Testbench\TestCase;
 use Mpociot\ApiDoc\Tools\Generator;
-use Illuminate\Support\Facades\Config;
 use Illuminate\Support\Facades\Storage;
 use Mpociot\ApiDoc\ApiDocGeneratorServiceProvider;
-use Illuminate\Contracts\Filesystem\FileNotFoundException;
 
 abstract class GeneratorTestCase extends TestCase
 {