/** * @test * @see DataSet/Assertion/createParentContentRecordWithHotelAndOfferChildRecords.csv */ public function createParentContentWithHotelAndOfferChildren() { parent::createParentContentWithHotelAndOfferChildren(); $this->actionService->publishRecord(self::TABLE_Content, $this->recordIds['newContentId']); $this->assertAssertionDataSet('createParentContentNHotelNOfferChildren'); $responseSections = $this->getFrontendResponse(self::VALUE_PageId, 0)->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')); }