diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-02 22:04:52 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2017-06-23 09:18:39 +0200 |
commit | e7d2d1bd8ff956c324641070801e1460c06ffaa1 (patch) | |
tree | fb8a97d0426abb9416027feb3b322f1f87eb2906 | |
parent | b073a0b4efe26b0f1be3239d5b7cfef2fc59202c (diff) | |
download | wallabag-e7d2d1bd8ff956c324641070801e1460c06ffaa1.tar.gz wallabag-e7d2d1bd8ff956c324641070801e1460c06ffaa1.tar.zst wallabag-e7d2d1bd8ff956c324641070801e1460c06ffaa1.zip |
Removed useless files
-rw-r--r-- | tests/WallabagGroupBundle/Controller/DefaultControllerTest.php | 17 |
1 files changed, 0 insertions, 17 deletions
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 @@ | |||
1 | <?php | ||
2 | |||
3 | namespace Wallabag\GroupBundle\Tests\Controller; | ||
4 | |||
5 | use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; | ||
6 | |||
7 | class DefaultControllerTest extends WebTestCase | ||
8 | { | ||
9 | public function testIndex() | ||
10 | { | ||
11 | $client = static::createClient(); | ||
12 | |||
13 | $crawler = $client->request('GET', '/'); | ||
14 | |||
15 | $this->assertContains('Hello World', $client->getResponse()->getContent()); | ||
16 | } | ||
17 | } | ||