Merge branch 'feat-add-generator-test' of github.com:barryvdh/laravel-ide-helper into feat-add-generator-test

This commit is contained in:
Barry vd. Heuvel
2024-12-28 19:35:52 +01:00
3 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -74,8 +74,7 @@ class MetaCommand extends Command
Filesystem $files,
Factory $view,
Repository $config
)
{
) {
$this->files = $files;
$this->view = $view;
$this->config = $config;
+1 -1
View File
@@ -92,7 +92,7 @@ class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProv
GeneratorCommand::class,
ModelsCommand::class,
MetaCommand::class,
EloquentCommand::class
EloquentCommand::class,
];
}
@@ -13,7 +13,6 @@ abstract class AbstractGeneratorCommand extends TestCase
protected function setUp(): void
{
parent::setUp();
$this->mockFilesystem();
}