From: Raphaƫl Gertz Date: Wed, 27 Nov 2019 01:01:00 +0000 (+0100) Subject: Unit test are for weak people :) X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/3ed0f47cf39e9df6e5bc0c4aee131f3ccf8dc0ac Unit test are for weak people :) --- 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()); - } -}