mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-21 18:11:10 +00:00
Move API stuff in ApiBundle
This commit is contained in:
parent
e3c34bfc06
commit
769e19dc4a
25 changed files with 571 additions and 297 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
namespace Wallabag\CoreBundle\Tests\Command;
|
||||
|
||||
use Wallabag\CoreBundle\Tests\WallabagTestCase;
|
||||
use Wallabag\CoreBundle\Tests\WallabagCoreTestCase;
|
||||
use Wallabag\CoreBundle\Command\InstallCommand;
|
||||
use Wallabag\CoreBundle\Tests\Mock\InstallCommandMock;
|
||||
use Symfony\Bundle\FrameworkBundle\Console\Application;
|
||||
|
@ -12,7 +12,7 @@ use Symfony\Component\Console\Output\NullOutput;
|
|||
use Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand;
|
||||
use Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand;
|
||||
|
||||
class InstallCommandTest extends WallabagTestCase
|
||||
class InstallCommandTest extends WallabagCoreTestCase
|
||||
{
|
||||
public static function tearDownAfterClass()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue