Skip to content

Commit d8e5dae

Browse files
committed
Merge remote-tracking branch 'origin/version/3.0.0' into version/3.0.0
2 parents 1d3b5eb + 93bc4cc commit d8e5dae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Commands/MakeModelCommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
$date = Carbon::parse()->format('Y_m_d_his');
2525

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

2930
expect(base_path() . '/database/factories/UserFactory.php')
3031
->toBeFile()

0 commit comments

Comments
 (0)