mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
move routes to /admin zone
This commit is contained in:
@@ -34,7 +34,7 @@ class RoutingLoaderTest extends WebTestCase
|
||||
{
|
||||
$client = static::createClient();
|
||||
|
||||
$client->request('GET','/customfield/');
|
||||
$client->request('GET','/admin/customfield/');
|
||||
|
||||
$this->assertEquals(
|
||||
Response::HTTP_OK,
|
||||
|
Reference in New Issue
Block a user