public function testGetAllEvents()
 {
     $this->assertEquals($this->events, $this->collection->getAllEvents());
 }