Example #1
0
 /**
  * @covers TheSportsDb\Entity\Entity::reverse
  */
 public function testReverse()
 {
     $this->assertEquals('id', Entity::reverse($this->entity, NULL, $this->getMockBuilder(EntityManagerInterface::class)->getMock()));
 }