示例#1
0
 protected function makeAdmin()
 {
     $u = new TestUser();
     $u->addRole('admin');
     return $u;
 }