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 14dd540 commit cdd96f8Copy full SHA for cdd96f8
src/Generators/AbstractTestsGenerator.php
@@ -195,8 +195,6 @@ protected function generateFixtures(): void
195
$object = $this->getFixtureValuesList($this->model);
196
$entity = Str::snake($this->model);
197
198
- dd($object, self::FIXTURE_TYPES);
199
-
200
foreach (self::FIXTURE_TYPES as $type => $modifications) {
201
if ($this->isFixtureNeeded($type)) {
202
foreach ($modifications as $modification) {
0 commit comments