public function testAddChild()
 {
     $carddata = file_get_contents(__DIR__ . '/../data/test2.vcf');
     $vcard = Reader::read($carddata);
     $id = $this->ab->addChild($vcard);
     $this->assertNotEquals(false, $id);
     return $this->ab;
 }