aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-02 22:04:52 +0100
committerThomas Citharel <tcit@tcit.fr>2017-06-23 09:18:39 +0200
commite7d2d1bd8ff956c324641070801e1460c06ffaa1 (patch)
treefb8a97d0426abb9416027feb3b322f1f87eb2906
parentb073a0b4efe26b0f1be3239d5b7cfef2fc59202c (diff)
downloadwallabag-e7d2d1bd8ff956c324641070801e1460c06ffaa1.tar.gz
wallabag-e7d2d1bd8ff956c324641070801e1460c06ffaa1.tar.zst
wallabag-e7d2d1bd8ff956c324641070801e1460c06ffaa1.zip
Removed useless files
-rw-r--r--tests/WallabagGroupBundle/Controller/DefaultControllerTest.php17
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
3namespace Wallabag\GroupBundle\Tests\Controller;
4
5use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
6
7class 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}