move routes to /admin zone

This commit is contained in:
2014-11-04 22:35:38 +01:00
parent 11a71d99ec
commit 663b7705ae
2 changed files with 3 additions and 3 deletions

View File

@@ -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,