From 251e6d8cdda77fe0dda31f01b3b0962c794fa0e6 Mon Sep 17 00:00:00 2001 From: luceos Date: Fri, 13 Apr 2018 05:13:32 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- framework/core/tests/Install/DefaultInstallationCommandTest.php | 2 +- framework/core/tests/Test/TestCase.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/framework/core/tests/Install/DefaultInstallationCommandTest.php b/framework/core/tests/Install/DefaultInstallationCommandTest.php index c09234ee3..7a8014fc0 100644 --- a/framework/core/tests/Install/DefaultInstallationCommandTest.php +++ b/framework/core/tests/Install/DefaultInstallationCommandTest.php @@ -18,7 +18,7 @@ use Flarum\User\User; use Symfony\Component\Console\Input\StringInput; use Symfony\Component\Console\Output\StreamOutput; -class DefaultsInstallationCommandTest extends TestCase +class DefaultInstallationCommandTest extends TestCase { protected $isInstalled = false; diff --git a/framework/core/tests/Test/TestCase.php b/framework/core/tests/Test/TestCase.php index dc5944fd9..21dbfff7b 100644 --- a/framework/core/tests/Test/TestCase.php +++ b/framework/core/tests/Test/TestCase.php @@ -11,7 +11,6 @@ namespace Flarum\Tests\Test; -use Mockery; use PHPUnit\Framework\TestCase as Test; abstract class TestCase extends Test