Пример #1
0
 /**
  * @group default
  * @depends testConstructEmptyVCard
  */
 public function testgetGroupMembersEmpty(VCard $vcard)
 {
     $iter = $vcard->getGroupMembers("properties-anonymous");
     $this->assertFalse($iter->valid());
 }