mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fix merge regressions
This commit is contained in:
parent
309ac0d196
commit
6ad277c412
@ -193,7 +193,7 @@ class LeftAndMainTest extends FunctionalTest {
|
|||||||
sort($menuItems);
|
sort($menuItems);
|
||||||
$this->assertEquals(
|
$this->assertEquals(
|
||||||
$menuItems,
|
$menuItems,
|
||||||
array('CMSProfileController', 'SecurityAdmin','Help'),
|
array('CMSProfileController', 'Help', 'SecurityAdmin'),
|
||||||
'Groups with limited access can only access the interfaces they have permissions for'
|
'Groups with limited access can only access the interfaces they have permissions for'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user