Skip to content

Commit cdd96f8

Browse files
committed
fix: remove dd
refs: #97
1 parent 14dd540 commit cdd96f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Generators/AbstractTestsGenerator.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ protected function generateFixtures(): void
195195
$object = $this->getFixtureValuesList($this->model);
196196
$entity = Str::snake($this->model);
197197

198-
dd($object, self::FIXTURE_TYPES);
199-
200198
foreach (self::FIXTURE_TYPES as $type => $modifications) {
201199
if ($this->isFixtureNeeded($type)) {
202200
foreach ($modifications as $modification) {

0 commit comments

Comments
 (0)