]> Raphaël G. Git Repositories - packbundle/commitdiff
Unit tests are for the weak :)
authorRaphaël Gertz <git@rapsys.eu>
Tue, 26 Nov 2019 16:08:21 +0000 (17:08 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 26 Nov 2019 16:08:52 +0000 (17:08 +0100)
Tests/Controller/DefaultControllerTest.php [deleted file]

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());
-    }
-}