Ejemplo n.º 1
0
 function testGetDocumentType()
 {
     $vcard = new VCalendar();
     $vcard->VERSION = '2.0';
     $this->assertEquals(VCalendar::ICALENDAR20, $vcard->getDocumentType());
 }