From c67f77aab43e97cfcd7e107bf0947e8dfd84b2e9 Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Thu, 22 Nov 2018 23:39:37 +0100 Subject: [PATCH] Added profile/edit --- application/tests/Integration/UrlIntegrationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/tests/Integration/UrlIntegrationTest.php b/application/tests/Integration/UrlIntegrationTest.php index da24a8e..6f78b5c 100644 --- a/application/tests/Integration/UrlIntegrationTest.php +++ b/application/tests/Integration/UrlIntegrationTest.php @@ -12,6 +12,7 @@ class UrlIntegrationTest extends KernelTestCase 'imprint' => 200, 'register' => 301, 'logout' => 302, + 'profile/edit'=>302, ]; public function setUp(): void