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.
2 parents 7036eca + 7bbf197 commit 52ddd63Copy full SHA for 52ddd63
tests/Commands/MigrateTest.php
@@ -88,8 +88,7 @@ public function testFailedTransaction()
88
89
try {
90
$this->artisan('migrate:actions')->run();
91
- }
92
- catch (Exception $e) {
+ } catch (Exception $e) {
93
$this->assertSame(Exception::class, get_class($e));
94
$this->assertSame('Random message', $e->getMessage());
95
}
0 commit comments