Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/version/3.0.0' into version/3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
regnerisch committed Aug 8, 2022
2 parents 1d3b5eb + 93bc4cc commit d8e5dae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Commands/MakeModelCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
$date = Carbon::parse()->format('Y_m_d_his');

expect(base_path() . "/database/migrations/{$date}_create_users_table.php")
->toBeFile();
->toBeFile()
->toPlaceholdersBeReplaced();

expect(base_path() . '/database/factories/UserFactory.php')
->toBeFile()
Expand Down

0 comments on commit d8e5dae

Please sign in to comment.