Fix for Laravel 6 upgrade

This commit is contained in:
Luke Towers 2020-03-27 12:20:31 -06:00 committed by GitHub
parent ef606c76c5
commit 82238ba3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ class OctoberEnvTest extends TestCase
/** @var string Stores the original config path from the app container */
public static $origConfigPath;
protected function setUp()
protected function setUp(): void
{
parent::setUp();
@ -52,7 +52,7 @@ class OctoberEnvTest extends TestCase
}
}
protected function tearDown()
protected function tearDown(): void
{
$this->tearDownConfigFixtures();
$this->restoreEnvFile();