Gabriel Peixoto 6 лет назад
Родитель
Сommit
08572ae58a
1 измененных файлов с 0 добавлено и 2 удалено
  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
 {