From 0c678cf24a7866bf08195e76bd0d7798fb9226bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 27 Jan 2015 13:17:37 +0100 Subject: rename test file --- .../Tests/Controller/DefaultControllerTest.php | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/Wallabag/CoreBundle/Tests/Controller/DefaultControllerTest.php (limited to 'src/Wallabag/CoreBundle/Tests/Controller/DefaultControllerTest.php') diff --git a/src/Wallabag/CoreBundle/Tests/Controller/DefaultControllerTest.php b/src/Wallabag/CoreBundle/Tests/Controller/DefaultControllerTest.php deleted file mode 100644 index af20f31f..00000000 --- a/src/Wallabag/CoreBundle/Tests/Controller/DefaultControllerTest.php +++ /dev/null @@ -1,18 +0,0 @@ -request('GET', '/app/index'); - - $this->assertEquals(200, $client->getResponse()->getStatusCode()); - $this->assertTrue($crawler->filter('html:contains("Homepage")')->count() > 0); - } -} -- cgit v1.2.3