From bdb6c41ddbedecb13c10a6a56262c4395d52433b Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 15 Feb 2021 10:19:12 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Commands/MigrateTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Commands/MigrateTest.php b/tests/Commands/MigrateTest.php index bee6bb76..fa3cb2ac 100644 --- a/tests/Commands/MigrateTest.php +++ b/tests/Commands/MigrateTest.php @@ -88,8 +88,7 @@ public function testFailedTransaction() try { $this->artisan('migrate:actions')->run(); - } - catch (Exception $e) { + } catch (Exception $e) { $this->assertSame(Exception::class, get_class($e)); $this->assertSame('Random message', $e->getMessage()); }