Beispiel #1
0
 /**
  * @test
  * @see DataSet/Assertion/createCategoryRecordAndCreateCategoryRelation.csv
  */
 public function createCategoryAndCreateRelation()
 {
     parent::createCategoryAndCreateRelation();
     $this->actionService->publishRecords(array(self::TABLE_Content => array($this->recordIds['newContentId']), self::TABLE_Category => array($this->recordIds['newCategoryId'])));
     $this->actionService->publishWorkspace(self::VALUE_WorkspaceId);
     $this->assertAssertionDataSet('createCategoryNCreateRelation');
 }
Beispiel #2
0
 /**
  * @test
  * @see DataSet/Assertion/createCategoryRecordAndCreateCategoryRelation.csv
  */
 public function createCategoryAndCreateRelation()
 {
     parent::createCategoryAndCreateRelation();
     $this->actionService->publishWorkspace(self::VALUE_WorkspaceId);
     $this->assertAssertionDataSet('createCategoryNCreateRelation');
 }
Beispiel #3
0
 /**
  * @test
  * @see DataSet/Assertion/createCategoryRecordAndCreateCategoryRelation.csv
  */
 public function createCategoryAndCreateRelation()
 {
     parent::createCategoryAndCreateRelation();
     $this->assertAssertionDataSet('createCategoryNCreateRelation');
 }