Esempio n. 1
0
 /**
  * @test
  * @see DataSet/createContentAndCopyLivePage.csv
  */
 public function createContentAndCopyLivePage()
 {
     parent::createContentAndCopyLivePage();
     $this->assertAssertionDataSet('createContentAndCopyLivePage');
     //        $responseSectionsLive = $this->getFrontendResponse($this->recordIds['copiedPageId'])->getResponseSections();
     //        $this->assertThat($responseSectionsLive, $this->getRequestSectionDoesNotHaveRecordConstraint()
     //            ->setTable(static::TABLE_Content)->setField('header')->setValues('Testing #1'));
     //        $responseSectionsDraft = $this->getFrontendResponse($this->recordIds['copiedPageId'], 0, self::VALUE_BackendUserId, self::VALUE_WorkspaceId)->getResponseSections();
     //        $this->assertThat($responseSectionsDraft, $this->getRequestSectionDoesNotHaveRecordConstraint()
     //            ->setTable(static::TABLE_Content)->setField('header')->setValues('Testing #1'));
 }