Example #1
0
 /**
  * @group default
  */
 public function testGetSpecifications()
 {
     foreach (VCard::getSpecifications() as $name => $specification) {
         $this->assertEquals($name, $specification->getName());
         $builder = $specification->getBuilder();
         $this->assertInstanceOf('EVought\\vCardTools\\PropertyBuilder', $builder, $name);
     }
 }