implemented sourcemeta and test

This commit is contained in:
Kevin Frantz
2018-11-23 13:22:45 +01:00
parent 0e04da8ea1
commit 8a311caddc
10 changed files with 327 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ class UrlIntegrationTest extends KernelTestCase
'imprint' => 200,
'register' => 301,
'logout' => 302,
'profile/edit'=>302,
'profile/edit' => 302,
];
public function setUp(): void