mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 01:57:13 +00:00
Merge branch 'feat-add-generator-test' of github.com:barryvdh/laravel-ide-helper into feat-add-generator-test
This commit is contained in:
@@ -74,8 +74,7 @@ class MetaCommand extends Command
|
|||||||
Filesystem $files,
|
Filesystem $files,
|
||||||
Factory $view,
|
Factory $view,
|
||||||
Repository $config
|
Repository $config
|
||||||
)
|
) {
|
||||||
{
|
|
||||||
$this->files = $files;
|
$this->files = $files;
|
||||||
$this->view = $view;
|
$this->view = $view;
|
||||||
$this->config = $config;
|
$this->config = $config;
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProv
|
|||||||
GeneratorCommand::class,
|
GeneratorCommand::class,
|
||||||
ModelsCommand::class,
|
ModelsCommand::class,
|
||||||
MetaCommand::class,
|
MetaCommand::class,
|
||||||
EloquentCommand::class
|
EloquentCommand::class,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ abstract class AbstractGeneratorCommand extends TestCase
|
|||||||
protected function setUp(): void
|
protected function setUp(): void
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
$this->mockFilesystem();
|
$this->mockFilesystem();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user