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 ce86574 + bdb6c41 commit 056b1deCopy full SHA for 056b1de
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