File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 5
5
namespace Barryvdh \LaravelIdeHelper \Tests \Console \GeneratorCommand ;
6
6
7
7
use Barryvdh \LaravelIdeHelper \IdeHelperServiceProvider ;
8
- use Barryvdh \LaravelIdeHelper \Tests \SnapshotPhpDriver ;
9
8
use Barryvdh \LaravelIdeHelper \Tests \TestCase ;
10
9
11
10
abstract class AbstractGeneratorCommand extends TestCase
Original file line number Diff line number Diff line change 5
5
namespace Barryvdh \LaravelIdeHelper \Tests \Console \ModelsCommand ;
6
6
7
7
use Barryvdh \LaravelIdeHelper \IdeHelperServiceProvider ;
8
- use Barryvdh \LaravelIdeHelper \Tests \SnapshotPhpDriver ;
9
8
use Barryvdh \LaravelIdeHelper \Tests \TestCase ;
10
9
11
10
abstract class AbstractModelsCommand extends TestCase
Original file line number Diff line number Diff line change 9
9
use Barryvdh \LaravelIdeHelper \Tests \Console \ModelsCommand \ModelHooks \Hooks \CustomMethod ;
10
10
use Barryvdh \LaravelIdeHelper \Tests \Console \ModelsCommand \ModelHooks \Hooks \CustomProperty ;
11
11
use Barryvdh \LaravelIdeHelper \Tests \Console \ModelsCommand \ModelHooks \Hooks \UnsetMethod ;
12
- use Illuminate \Filesystem \Filesystem ;
13
- use Mockery ;
14
12
15
13
class Test extends AbstractModelsCommand
16
14
{
You can’t perform that action at this time.
0 commit comments