Пример #1
0
 /**
  * @covers Application\Controller\MapController::setEntityManager
  */
 public function testSetEntityManager()
 {
     $value = 'entityManager';
     $this->assertSame($this->object, $this->object->setEntityManager($value));
 }