|
@@ -148,7 +148,7 @@ class ConfigurationTest extends PHPUnit_Framework_TestCase
|
|
'label' => '',
|
|
'label' => '',
|
|
'route' => '',
|
|
'route' => '',
|
|
'route_params' => array(),
|
|
'route_params' => array(),
|
|
- 'route_absolute' => true,
|
|
|
|
|
|
+ 'route_absolute' => false,
|
|
'roles' => array(),
|
|
'roles' => array(),
|
|
)
|
|
)
|
|
);
|
|
);
|
|
@@ -159,7 +159,7 @@ class ConfigurationTest extends PHPUnit_Framework_TestCase
|
|
'label' => '',
|
|
'label' => '',
|
|
'route' => '',
|
|
'route' => '',
|
|
'route_params' => array(),
|
|
'route_params' => array(),
|
|
- 'route_absolute' => true,
|
|
|
|
|
|
+ 'route_absolute' => false,
|
|
'roles' => array(),
|
|
'roles' => array(),
|
|
)
|
|
)
|
|
);
|
|
);
|
|
@@ -182,7 +182,7 @@ class ConfigurationTest extends PHPUnit_Framework_TestCase
|
|
'route_params' => array(),
|
|
'route_params' => array(),
|
|
'admin' => '',
|
|
'admin' => '',
|
|
'roles' => array(),
|
|
'roles' => array(),
|
|
- 'route_absolute' => true,
|
|
|
|
|
|
+ 'route_absolute' => false,
|
|
)
|
|
)
|
|
);
|
|
);
|
|
}
|
|
}
|