Implemented homepage as source

This commit is contained in:
Kevin Frantz
2019-02-26 11:41:11 +01:00
parent 8c9ae85463
commit 3b8fcf5a71
3 changed files with 64 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ class DefaultControllerTest extends WebTestCase
{
$client = static::createClient();
$client->request('GET', '/');
$this->assertEquals(200, $client->getResponse()
$this->assertEquals(302, $client->getResponse()
->getStatusCode());
}