Skip to content

Commit 455f7fd

Browse files
committed
Updated test fixtures for seeder
1 parent 10b4998 commit 455f7fd

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/fixtures/CommandTest/seeder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php
22

33
namespace Database\Seeders;
44

@@ -12,4 +12,4 @@ public function run()
1212
PostFactory::new()->create();
1313

1414
}
15-
}
15+
}

tests/fixtures/SeederGeneratorTest/database_seeder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php
22

33
namespace Database\Seeders;
44

@@ -15,4 +15,4 @@ public function run()
1515
{
1616
$this->call(PostSeeder::class);
1717
}
18-
}
18+
}

tests/fixtures/SeederGeneratorTest/post_seeder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php
22

33
namespace Database\Seeders;
44

@@ -18,4 +18,4 @@ public function run()
1818
]);
1919

2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)