Skip to content

Commit 056b1de

Browse files
author
Andrey Helldar
authored
Merge pull request #8 from andrey-helldar/analysis-ajwooY
Apply fixes from StyleCI
2 parents ce86574 + bdb6c41 commit 056b1de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Commands/MigrateTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ public function testFailedTransaction()
8888

8989
try {
9090
$this->artisan('migrate:actions')->run();
91-
}
92-
catch (Exception $e) {
91+
} catch (Exception $e) {
9392
$this->assertSame(Exception::class, get_class($e));
9493
$this->assertSame('Random message', $e->getMessage());
9594
}

0 commit comments

Comments
 (0)