forked from wallabag/wallabag
Re-enable test on doctrine command
It will slow down the whole test suite (because it'll use doctrine command). Remove unecessary `KernelTestCase`. Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency.
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
|
||||
namespace Wallabag\ApiBundle\Tests\Controller;
|
||||
|
||||
use Wallabag\ApiBundle\Tests\AbstractControllerTest;
|
||||
use Wallabag\ApiBundle\Tests\WallabagApiTestCase;
|
||||
|
||||
class WallabagRestControllerTest extends AbstractControllerTest
|
||||
class WallabagRestControllerTest extends WallabagApiTestCase
|
||||
{
|
||||
protected static $salt;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user