X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/06e25924552ccb7dd05880ed38aecd86bbda49e8..1a74147dd37fb7788cf615c0215027226aa7ac93:/Tests/Controller/DefaultControllerTest.php diff --git a/Tests/Controller/DefaultControllerTest.php b/Tests/Controller/DefaultControllerTest.php deleted file mode 100644 index 505db3d..0000000 --- a/Tests/Controller/DefaultControllerTest.php +++ /dev/null @@ -1,17 +0,0 @@ -request('GET', '/'); - - $this->assertContains('Hello World', $client->getResponse()->getContent()); - } -}