예제 #1
0
파일: principal.php 프로젝트: evanjt/core
 /**
  * @expectedException \Sabre\DAV\Exception
  * @expectedExceptionMessage Setting members of the group is not supported yet
  */
 public function testSetGroupMembership()
 {
     $this->connector->setGroupMemberSet('principals/users/foo', ['foo']);
 }