mirror of
https://github.com/flarum/core.git
synced 2025-07-19 15:51:16 +02:00
Merge branch 'unit-testing' of github.com:flarum/core into unit-testing
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user