/**
  * Test if startingpoint is working
  *
  * @test
  * @return void
  */
 public function findRecordsByUid()
 {
     $events = $this->eventRepository->findByUid(1);
     $this->assertEquals($events->getTitle(), 'findRecordsByUid');
 }