Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
t1k3 committed Jul 19, 2019
2 parents b327b7f + 4d4c2cc commit 247ed75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class TestCase extends BaseTestCase
/**
* Setup
*/
protected function setUp()
protected function setUp(): void
{
parent::setUp();

Expand All @@ -35,7 +35,7 @@ protected function setUp()
/**
* Teardown
*/
public function tearDown()
public function tearDown(): void
{
$this->consoleOutput = '';
$this->artisan('migrate:reset');
Expand Down

0 comments on commit 247ed75

Please sign in to comment.