コード例 #1
0
ファイル: VCardTest.php プロジェクト: evought/vcard-tools
 /**
  * @group default
  * @depends testConstructEmptyVCard
  */
 public function testListGroupsEmpty(VCard $vcard)
 {
     $this->assertEmpty($vcard->listGroups());
 }