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 42269be commit 6db43feCopy full SHA for 6db43fe
tests/MigrateHookTest.php
@@ -42,7 +42,7 @@ public function test_handle_dumpsOnFresh()
42
$this->assertEquals(0, $result);
43
44
$output_string = $output->fetch();
45
- $this->assertStringContainsString('Dumped schema', $output_string);
+ $this->assertStringContainsString('Dumped ' . $this->dbDefault . ' schema', $output_string);
46
}
47
48
public function test_handle_dumpsOnRollback()
0 commit comments