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 7609350 commit 83dfc7dCopy full SHA for 83dfc7d
tests/Migrations/MigrationTest.php
@@ -34,7 +34,8 @@ public function testRunMigrationAfterInstall(): void
34
35
$this->artisan('migrate')->run();
36
37
- $this->assertDatabaseCount('migrations', 1);
+ $this->assertDatabaseCount('migrations', 2);
38
$this->assertDatabaseHas('migrations', ['migration' => '2022_08_18_180137_change_migration_actions_table']);
39
+ $this->assertDatabaseHas('migrations', ['migration' => '2023_01_21_172923_rename_migrations_actions_table_to_actions']);
40
}
41
0 commit comments