X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/c31b0bd14c2490242881237989c005b202d031af..5199f3604eb51480a71b4d335b5459451bfc1b1a:/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()); - } -}