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