mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-26 18:21:02 +00:00
Rename WallabagCoreTestCase to WallabagTestCase
This commit is contained in:
parent
cd6f7b5e92
commit
c092e4ddf6
40 changed files with 79 additions and 79 deletions
|
@ -4,10 +4,10 @@ namespace Tests\Wallabag\Controller\Import;
|
|||
|
||||
use Craue\ConfigBundle\Util\Config;
|
||||
use Symfony\Component\HttpFoundation\Session\SessionInterface;
|
||||
use Tests\Wallabag\WallabagCoreTestCase;
|
||||
use Tests\Wallabag\WallabagTestCase;
|
||||
use Wallabag\Import\PocketImport;
|
||||
|
||||
class PocketControllerTest extends WallabagCoreTestCase
|
||||
class PocketControllerTest extends WallabagTestCase
|
||||
{
|
||||
public function testImportPocket()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue