Skip to content
Snippets Groups Projects
Commit 902f1110 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Correction oubli parent::setUp()

parent c7cec38d
No related merge requests found
......@@ -113,6 +113,7 @@ class IndexControllerAsAdminWithCSSEditorTest extends IndexControllerAsAdminTest
class IndexControllerWithInvitedLevelRestrictionForProfilTest extends AbstractControllerTestCase {
public function setup() {
parent::setup();
ZendAfi_Auth::getInstance()->clearIdentity();
Class_Profil::newInstanceWithId(1, ['access_level' => '0' ,'cfg_menus' => '']);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment