Exemplo n.º 1
0
 /**
  * @test
  */
 public function getSeminarReturnsEvent()
 {
     $event = tx_oelib_MapperRegistry::get('tx_seminars_Mapper_Event')->getNewGhost();
     $this->fixture->setData(array('seminar' => $event));
     self::assertSame($event, $this->fixture->getSeminar());
 }