Пример #1
0
 /**
  * @test
  */
 public function attachRegistrationSetsEventForRegistration()
 {
     $this->fixture->setRegistrations(new tx_oelib_List());
     $registration = tx_oelib_MapperRegistry::get('tx_seminars_Mapper_Registration')->getLoadedTestingModel(array());
     $this->fixture->attachRegistration($registration);
     self::assertSame($this->fixture, $registration->getEvent());
 }