diff --git a/Tests/Routing/RoutingLoaderTest.php b/Tests/Routing/RoutingLoaderTest.php index b6b48dd4d..290cce37b 100644 --- a/Tests/Routing/RoutingLoaderTest.php +++ b/Tests/Routing/RoutingLoaderTest.php @@ -34,7 +34,7 @@ class RoutingLoaderTest extends WebTestCase { $client = static::createClient(); - $client->request('GET','/admin/customfield/'); + $client->request('GET','/fr/admin/customfield/'); $this->assertEquals( Response::HTTP_OK,