Ejemplo n.º 1
0
 /**
  * @test
  * @see DataSet/Assertion/localizeParentContentWAllChildrenKeep.csv
  */
 public function localizeParentContentWithAllChildrenInKeepMode()
 {
     parent::localizeParentContentWithAllChildrenInKeepMode();
     $this->assertAssertionDataSet('localizeParentContentWAllChildrenKeep');
     $responseSections = $this->getFrontendResponse(self::VALUE_PageId, self::VALUE_LanguageId, self::VALUE_BackendUserId, self::VALUE_WorkspaceId)->getResponseSections();
     $this->assertThat($responseSections, $this->getRequestSectionStructureDoesNotHaveRecordConstraint()->setRecordIdentifier(self::TABLE_Content . ':' . self::VALUE_ContentIdLast)->setRecordField(self::FIELD_ContentHotel)->setTable(self::TABLE_Hotel)->setField('title')->setValues('[Translate to Dansk:] Hotel #1'));
 }