Ejemplo n.º 1
0
 /**
  * @test
  * @see DataSet/Assertion/createParentContentRecordWithHotelAndOfferChildRecords.csv
  */
 public function createParentContentWithHotelAndOfferChildren()
 {
     parent::createParentContentWithHotelAndOfferChildren();
     $this->assertAssertionDataSet('createParentContentNHotelNOfferChildren');
     $responseSections = $this->getFrontendResponse(self::VALUE_PageId, 0, self::VALUE_BackendUserId, self::VALUE_WorkspaceId)->getResponseSections();
     $this->assertThat($responseSections, $this->getRequestSectionHasRecordConstraint()->setTable(self::TABLE_Content)->setField('header')->setValues('Testing #1'));
     $this->assertThat($responseSections, $this->getRequestSectionStructureHasRecordConstraint()->setRecordIdentifier(self::TABLE_Content . ':' . $this->recordIds['newContentId'])->setRecordField(self::FIELD_ContentHotel)->setTable(self::TABLE_Hotel)->setField('title')->setValues('Hotel #1'));
 }