Removed test for imprint route

This commit is contained in:
Kevin Frantz 2019-02-17 14:03:43 +01:00
parent 7891733cb6
commit bf5d11a318

View File

@ -12,7 +12,6 @@ class RoutesGetStatusIntegrationTest extends KernelTestCase
{
const GET_URLS_STATUS = [
'login' => 200,
'imprint' => 200,
'register' => 301,
'logout' => 302,
'profile/edit' => 302,