コード例 #1
0
ファイル: ActionTest.php プロジェクト: rickymathew/TYPO3.CMS
 /**
  * @test
  * @see DataSet/localizeParentContentSelect.csv
  */
 public function localizeParentContentInSelectMode()
 {
     parent::localizeParentContentInSelectMode();
     $this->actionService->publishRecord(self::TABLE_Content, $this->recordIds['localizedContentId']);
     $this->assertAssertionDataSet('localizeParentContentSelect');
     $responseSections = $this->getFrontendResponse(self::VALUE_PageId, self::VALUE_LanguageId)->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'));
 }