]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Tests/WallabagCoreTestCase.php
Move API stuff in ApiBundle
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Tests / WallabagCoreTestCase.php
similarity index 91%
rename from src/Wallabag/CoreBundle/Tests/WallabagTestCase.php
rename to src/Wallabag/CoreBundle/Tests/WallabagCoreTestCase.php
index 22016d8edd7c04727c416a7bf8a9faa338693200..e5096528cefe39d683a07a6fb67286913dc20a97 100644 (file)
@@ -4,7 +4,7 @@ namespace Wallabag\CoreBundle\Tests;
 
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
 
-abstract class WallabagTestCase extends WebTestCase
+abstract class WallabagCoreTestCase extends WebTestCase
 {
     private $client = null;