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