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