From 9d50517ceaeadaba227ccdbaa43a5918abd16728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 22 Jan 2015 17:18:56 +0100 Subject: migrating legacy to symfony --- src/WallabagBundle/Tests/Controller/DefaultControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WallabagBundle/Tests/Controller') diff --git a/src/WallabagBundle/Tests/Controller/DefaultControllerTest.php b/src/WallabagBundle/Tests/Controller/DefaultControllerTest.php index e9022438..64b389bb 100644 --- a/src/WallabagBundle/Tests/Controller/DefaultControllerTest.php +++ b/src/WallabagBundle/Tests/Controller/DefaultControllerTest.php @@ -4,7 +4,7 @@ namespace WallabagBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; -class DefaultControllerTest extends WebTestCase +class EntryControllerTest extends WebTestCase { public function testIndex() { -- cgit v1.2.3