Skip to content
Snippets Groups Projects
Commit aa32d2ff authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #13296 fix test fixtrues

parent d1b026f5
Branches
Tags
3 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!180Master,!104Sprint3 Dev #13296 Formation Widget
......@@ -71,7 +71,9 @@ class ZendAfi_View_Helper_Accueil_FormationsWidgetWithLoggedSIGBUserTest extends
['id' => 1,
'login' => 'uR',
'password' => 'pwd'])
->beAbonneSIGB();
->beAbonneSIGB()
->setUserGroups([$this->fixture('Class_UserGroup',
['id' => 23])->addRightSuivreFormation()]);;
ZendAfi_Auth::getInstance()->logUser($sigb_user);
......
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