Exemple #1
0
 /**
  * @test
  */
 public function updatePlaceRelationsForTimeSlotsWithNoPlaceNotOverwritesSeminarPlace()
 {
     $this->addPlaceRelation(array('title' => 'your house'));
     $this->testingFramework->createRecord('tx_seminars_timeslots', array('seminar' => $this->fixture->getUid()));
     $this->fixture->setNumberOfTimeSlots(1);
     self::assertSame('your house', $this->fixture->getPlaceShort());
 }