Fixed ControllerRepositoryTest using real DB
This commit is contained in:
parent
cdd2726f30
commit
9e894bc41c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ namespace Szurubooru\Tests;
|
||||||
use Szurubooru\Injector;
|
use Szurubooru\Injector;
|
||||||
use Szurubooru\Tests\AbstractTestCase;
|
use Szurubooru\Tests\AbstractTestCase;
|
||||||
|
|
||||||
final class ControllerRepositoryTest extends AbstractTestCase
|
final class ControllerRepositoryTest extends AbstractDatabaseTestCase
|
||||||
{
|
{
|
||||||
public function testInjection()
|
public function testInjection()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue