Exemplo n.º 1
0
 /**
  * @test
  * @see DataSets/modifyContentNDeleteAllFileReference.csv
  */
 public function modifyContentAndDeleteAllFileReference()
 {
     parent::modifyContentAndDeleteAllFileReference();
     $this->actionService->publishWorkspace(self::VALUE_WorkspaceId);
     $this->assertAssertionDataSet('modifyContentNDeleteAllFileReference');
     $responseSections = $this->getFrontendResponse(self::VALUE_PageId)->getResponseSections();
     $this->assertThat($responseSections, $this->getRequestSectionStructureDoesNotHaveRecordConstraint()->setRecordIdentifier(self::TABLE_Content . ':' . self::VALUE_ContentIdLast)->setRecordField(self::FIELD_ContentImage)->setTable(self::TABLE_FileReference)->setField('title')->setValues('Taken at T3BOARD', 'This is Kasper'));
 }