Example #1
0
 /**
  * @group default
  * @depends testConstructEmptyVCard
  */
 public function testListGroupsEmpty(VCard $vcard)
 {
     $this->assertEmpty($vcard->listGroups());
 }