Skip to content
Snippets Groups Projects

Hotline master

Merged Patrick Barroca requested to merge hotline-master into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Patrick Barroca
    Patrick Barroca @pbarroca started a thread on commit 39c03244
    250 250 }
    251 251
    252 252
    253
    254 class UserGroupDeletionTest extends UserGroupsTestCase {
  • Patrick Barroca
    Patrick Barroca @pbarroca started a thread on commit 39c03244
    263 'rights_token' => 0x01,
    264 'role_level' => 'user',
    265 'group_type' => Class_UserGroup::TYPE_MANUAL]);
    266
    267 $this->_jeanleguin = $this->fixture('Class_Users', ['id' => 67,
    268 'login' => 'jeanleguin',
    269 'prenom' => 'Jean',
    270 'nom' => 'Leguin',
    271 'password' => 'lol',
    272 'role_lovel' => 'user']);
    273
    274 $this->fixture('Class_UserGroupMembership', ['id' => 1232,
    275 'user' => $this->_jeanleguin,
    276 'user_group'=> $this->_humoristes]);
    277
    278 Class_UserGroup::beVolatile();
  • Patrick Barroca
    Patrick Barroca @pbarroca started a thread on commit 39c03244
    264 'role_level' => 'user',
    265 'group_type' => Class_UserGroup::TYPE_MANUAL]);
    266
    267 $this->_jeanleguin = $this->fixture('Class_Users', ['id' => 67,
    268 'login' => 'jeanleguin',
    269 'prenom' => 'Jean',
    270 'nom' => 'Leguin',
    271 'password' => 'lol',
    272 'role_lovel' => 'user']);
    273
    274 $this->fixture('Class_UserGroupMembership', ['id' => 1232,
    275 'user' => $this->_jeanleguin,
    276 'user_group'=> $this->_humoristes]);
    277
    278 Class_UserGroup::beVolatile();
    279 Class_UserGroup::find(54)->delete();
  • Patrick Barroca mentioned in commit 78cf98

    mentioned in commit 78cf98

Please register or sign in to reply