mirror of
https://github.com/flarum/core.git
synced 2025-08-12 11:24:30 +02:00
Use flarum/testing for test infrastructure (#2545)
This commit is contained in:
committed by
GitHub
parent
bc607e089e
commit
2c3e1f9923
@@ -10,7 +10,7 @@
|
||||
namespace Flarum\Tests\unit\Install;
|
||||
|
||||
use Flarum\Install\BaseUrl;
|
||||
use Flarum\Tests\unit\TestCase;
|
||||
use Flarum\Testing\unit\TestCase;
|
||||
use Laminas\Diactoros\Uri;
|
||||
|
||||
class BaseUrlTest extends TestCase
|
||||
|
@@ -10,7 +10,7 @@
|
||||
namespace Flarum\Tests\unit\Install\Prerequisite;
|
||||
|
||||
use Flarum\Install\Prerequisite\WritablePaths;
|
||||
use Flarum\Tests\unit\TestCase;
|
||||
use Flarum\Testing\unit\TestCase;
|
||||
|
||||
class WritablePathsTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user