mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-09 14:59:43 +00:00
Fixing tests
This commit is contained in:
@@ -34,7 +34,7 @@ class RoutingLoaderTest extends WebTestCase
|
|||||||
{
|
{
|
||||||
$client = static::createClient();
|
$client = static::createClient();
|
||||||
|
|
||||||
$client->request('GET','/admin/customfield/');
|
$client->request('GET','/fr/admin/customfield/');
|
||||||
|
|
||||||
$this->assertEquals(
|
$this->assertEquals(
|
||||||
Response::HTTP_OK,
|
Response::HTTP_OK,
|
||||||
|
Reference in New Issue
Block a user