Exemple #1
0
 /**
  * @test
  * @see DataSet/Assertion/modifyPageRecord.csv
  */
 public function modifyPage()
 {
     parent::modifyPage();
     $this->assertAssertionDataSet('modifyPage');
     $responseSections = $this->getFrontendResponse(self::VALUE_PageId, 0, self::VALUE_BackendUserId, self::VALUE_WorkspaceId)->getResponseSections();
     $this->assertThat($responseSections, $this->getRequestSectionHasRecordConstraint()->setTable(self::TABLE_Page)->setField('title')->setValues('Testing #1'));
 }