Gabriel Peixoto 6 anni fa
parent
commit
08572ae58a
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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
 {