X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FApiBundle%2FTests%2FWallabagApiTestCase.php;fp=src%2FWallabag%2FApiBundle%2FTests%2FAbstractControllerTest.php;h=8a57fea2639ade40dd5d7cc88a963824cb6a73d1;hb=8a493541fa4911233fe9186e88371d17cb9fd7db;hp=09cde0f602766995b7c48b02a0e85c121390fa40;hpb=735068d1814a4b7a688e1d19cd17b13e8c5da3eb;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/ApiBundle/Tests/AbstractControllerTest.php b/src/Wallabag/ApiBundle/Tests/WallabagApiTestCase.php similarity index 96% rename from src/Wallabag/ApiBundle/Tests/AbstractControllerTest.php rename to src/Wallabag/ApiBundle/Tests/WallabagApiTestCase.php index 09cde0f6..8a57fea2 100644 --- a/src/Wallabag/ApiBundle/Tests/AbstractControllerTest.php +++ b/src/Wallabag/ApiBundle/Tests/WallabagApiTestCase.php @@ -5,7 +5,7 @@ namespace Wallabag\ApiBundle\Tests; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; use Symfony\Component\BrowserKit\Cookie; -abstract class AbstractControllerTest extends WebTestCase +abstract class WallabagApiTestCase extends WebTestCase { /** * @var Client