Merge branch 'unit-testing' of github.com:flarum/core into unit-testing

This commit is contained in:
Daniel Klabbers 2018-04-13 07:17:53 +02:00
commit 9e464ae84f
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@ use Flarum\User\User;
use Symfony\Component\Console\Input\StringInput; use Symfony\Component\Console\Input\StringInput;
use Symfony\Component\Console\Output\StreamOutput; use Symfony\Component\Console\Output\StreamOutput;
class DefaultsInstallationCommandTest extends TestCase class DefaultInstallationCommandTest extends TestCase
{ {
protected $isInstalled = false; protected $isInstalled = false;

View File

@ -11,7 +11,6 @@
namespace Flarum\Tests\Test; namespace Flarum\Tests\Test;
use Mockery;
use PHPUnit\Framework\TestCase as Test; use PHPUnit\Framework\TestCase as Test;
abstract class TestCase extends Test abstract class TestCase extends Test