From 3ed0f47cf39e9df6e5bc0c4aee131f3ccf8dc0ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Wed, 27 Nov 2019 02:01:00 +0100 Subject: [PATCH] Unit test are for weak people :) --- Tests/Controller/DefaultControllerTest.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Tests/Controller/DefaultControllerTest.php diff --git a/Tests/Controller/DefaultControllerTest.php b/Tests/Controller/DefaultControllerTest.php deleted file mode 100644 index fed9e42..0000000 --- a/Tests/Controller/DefaultControllerTest.php +++ /dev/null @@ -1,17 +0,0 @@ -request('GET', '/'); - - $this->assertContains('Hello World', $client->getResponse()->getContent()); - } -} -- 2.41.0