From 6ad277c412c02eb4edc7e2ac98d32ff2da79935f Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Wed, 9 Sep 2015 16:12:12 +1200 Subject: [PATCH] Fix merge regressions --- admin/tests/LeftAndMainTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tests/LeftAndMainTest.php b/admin/tests/LeftAndMainTest.php index 9672f80fa..98cf6dc87 100644 --- a/admin/tests/LeftAndMainTest.php +++ b/admin/tests/LeftAndMainTest.php @@ -193,7 +193,7 @@ class LeftAndMainTest extends FunctionalTest { sort($menuItems); $this->assertEquals( $menuItems, - array('CMSProfileController', 'SecurityAdmin','Help'), + array('CMSProfileController', 'Help', 'SecurityAdmin'), 'Groups with limited access can only access the interfaces they have permissions for' );