Пример #1
0
 /**
  * @test
  * @see DataSet/deleteContentOfRelation.csv
  */
 public function deleteContentOfRelation()
 {
     parent::deleteContentOfRelation();
     $this->assertAssertionDataSet('deleteContentOfRelation');
     $responseSections = $this->getFrontendResponse(self::VALUE_PageId)->getResponseSections();
     $this->assertThat($responseSections, $this->getRequestSectionDoesNotHaveRecordConstraint()->setTable(self::TABLE_Content)->setField('header')->setValues('Testing #1'));
 }