Ejemplo n.º 1
0
 public function testEventNotExists()
 {
     $this->assertNull($this->collection->getEvents());
     $this->assertFalse($this->collection->eventExists('undefined'));
 }