+ /**
+ * @test
+ * @see DataSet/createContentWCategoryNAddRelation.csv
+ */
+ public function createContentWithCategoryAndAddRelation()
+ {
+ parent::createContentWithCategoryAndAddRelation();
+ $this->actionService->publishWorkspace(self::VALUE_WorkspaceId);
+ $this->assertAssertionDataSet('createContentWCategoryNAddRelation');
+ }
+
+ /**
+ * @test
+ * @see DataSet/createCategoryWContentNAddRelation.csv
+ */
+ public function createCategoryWithContentAndAddRelation()
+ {
+ parent::createCategoryWithContentAndAddRelation();
+ $this->actionService->publishWorkspace(self::VALUE_WorkspaceId);
+ $this->assertAssertionDataSet('createCategoryWContentNAddRelation');
+ }
+