]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tests/WallabagGroupBundle/Controller/DefaultControllerTest.php
Removed useless files
[github/wallabag/wallabag.git] / tests / WallabagGroupBundle / Controller / DefaultControllerTest.php
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());
-    }
-}