/**
  * findOne() returns an EntityFinder
  */
 public function testFindOne()
 {
     $this->assertInstanceOf(EntityFinderInterface::class, $this->dataMapper->findOne());
 }