Ejemplo n.º 1
0
 /**
  * @test
  * @see DataSet/Assertion/createParentContentRecord.csv
  */
 public function createParentContent()
 {
     parent::createParentContent();
     $this->assertAssertionDataSet('createParentContent');
     $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'));
 }
Ejemplo n.º 2
0
 /**
  * @test
  * @see DataSet/Assertion/createParentContentRecord.csv
  */
 public function createParentContent()
 {
     parent::createParentContent();
     $this->actionService->publishWorkspace(self::VALUE_WorkspaceId);
     $this->assertAssertionDataSet('createParentContent');
     $responseSections = $this->getFrontendResponse(self::VALUE_PageId, 0)->getResponseSections('Default', 'Extbase:list()');
     $this->assertThat($responseSections, $this->getRequestSectionHasRecordConstraint()->setTable(self::TABLE_Content)->setField('header')->setValues('Testing #1'));
 }
Ejemplo n.º 3
0
 /**
  * @test
  * @see DataSet/Assertion/createParentContentRecord.csv
  */
 public function createParentContent()
 {
     parent::createParentContent();
     $this->actionService->publishRecord(self::TABLE_Content, $this->recordIds['newContentId']);
     $this->assertAssertionDataSet('createParentContent');
     $responseSections = $this->getFrontendResponse(self::VALUE_PageId, 0)->getResponseSections();
     $this->assertThat($responseSections, $this->getRequestSectionHasRecordConstraint()->setTable(self::TABLE_Content)->setField('header')->setValues('Testing #1'));
 }