diff --git a/tests/php/Controllers/CMSMainTest.php b/tests/php/Controllers/CMSMainTest.php index 9f28bb82..08722116 100644 --- a/tests/php/Controllers/CMSMainTest.php +++ b/tests/php/Controllers/CMSMainTest.php @@ -677,7 +677,5 @@ class CMSMainTest extends FunctionalTest $this->logOut(); $this->logInWithPermission('ADMIN'); $this->assertTrue($cms->CanOrganiseSitetree()); - - } }