diff options
Diffstat (limited to 'tests')
-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 | } | ||