]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Removed useless files
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Wed, 2 Nov 2016 21:04:52 +0000 (22:04 +0100)
committerThomas Citharel <tcit@tcit.fr>
Fri, 23 Jun 2017 07:18:39 +0000 (09:18 +0200)
tests/WallabagGroupBundle/Controller/DefaultControllerTest.php [deleted file]

diff --git a/tests/WallabagGroupBundle/Controller/DefaultControllerTest.php b/tests/WallabagGroupBundle/Controller/DefaultControllerTest.php
deleted file mode 100644 (file)
index f278827..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-namespace Wallabag\GroupBundle\Tests\Controller;
-
-use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
-
-class DefaultControllerTest extends WebTestCase
-{
-    public function testIndex()
-    {
-        $client = static::createClient();
-
-        $crawler = $client->request('GET', '/');
-
-        $this->assertContains('Hello World', $client->getResponse()->getContent());
-    }
-}