Browse Source

Code style

Gabriel Peixoto 6 years ago
parent
commit
08572ae58a
1 changed files with 0 additions and 2 deletions
  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 Orchestra\Testbench\TestCase;
 use Mpociot\ApiDoc\Tools\Generator;
 use Mpociot\ApiDoc\Tools\Generator;
-use Illuminate\Support\Facades\Config;
 use Illuminate\Support\Facades\Storage;
 use Illuminate\Support\Facades\Storage;
 use Mpociot\ApiDoc\ApiDocGeneratorServiceProvider;
 use Mpociot\ApiDoc\ApiDocGeneratorServiceProvider;
-use Illuminate\Contracts\Filesystem\FileNotFoundException;
 
 
 abstract class GeneratorTestCase extends TestCase
 abstract class GeneratorTestCase extends TestCase
 {
 {