Exemplo n.º 1
0
 /**
  * @test
  */
 public function setRegistrationDataWithEmptyLodgingOptionsInitializesLodgingOptionsAsArray()
 {
     $userUid = $this->testingFramework->createAndLoginFrontEndUser();
     $this->fixture->setRegistrationData($this->fixture->getSeminarObject(), $userUid, array('lodgings' => ''));
     self::assertTrue(is_array($this->fixture->getLodgingsData()));
 }