]> Raphaƫl G. Git Repositories - packbundle/blobdiff - Tests/Controller/DefaultControllerTest.php
Unit tests are for the weak :)
[packbundle] / Tests / Controller / DefaultControllerTest.php
diff --git a/Tests/Controller/DefaultControllerTest.php b/Tests/Controller/DefaultControllerTest.php
deleted file mode 100644 (file)
index 505db3d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-namespace Rapsys\PackBundle\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());
-    }
-}