Пример #1
0
 function testCount()
 {
     $comp = new Sabre_VObject_Component('VCALENDAR');
     $this->assertEquals(1, $comp->count());
 }