From e7d2d1bd8ff956c324641070801e1460c06ffaa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 2 Nov 2016 22:04:52 +0100 Subject: Removed useless files --- .../Controller/DefaultControllerTest.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tests/WallabagGroupBundle/Controller/DefaultControllerTest.php diff --git a/tests/WallabagGroupBundle/Controller/DefaultControllerTest.php b/tests/WallabagGroupBundle/Controller/DefaultControllerTest.php deleted file mode 100644 index f278827b..00000000 --- a/tests/WallabagGroupBundle/Controller/DefaultControllerTest.php +++ /dev/null @@ -1,17 +0,0 @@ -request('GET', '/'); - - $this->assertContains('Hello World', $client->getResponse()->getContent()); - } -} -- cgit v1.2.3