We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103369d commit 1fb3467Copy full SHA for 1fb3467
src/Generators/NovaTestGenerator.php
@@ -43,7 +43,7 @@ public function generate(): void
43
44
$this->novaResourceClassName = Arr::first($novaResources);
45
46
- $this->checkResourceExists('nova', $this->getTestClassName(), $this->modelSubFolder);
+ $this->checkResourceExists('nova', $this->getTestClassName());
47
48
parent::generate();
49
} else {
@@ -70,7 +70,6 @@ public function generateTests(): void
70
'lower_entities' => $this->getPluralName(Str::snake($this->model)),
71
'actions' => $actions,
72
'filters' => $filters,
73
- 'models_namespace' => $this->generateNamespace('models', $this->modelSubFolder),
74
'user_model_path' => $this->generateNamespace('models') . '\User',
75
]);
76
0 commit comments