コード例 #1
0
ファイル: ActionTest.php プロジェクト: plan2net/TYPO3.CMS
 /**
  * @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');
 }
コード例 #2
0
ファイル: ActionTest.php プロジェクト: plan2net/TYPO3.CMS
 /**
  * @test
  * @see DataSet/Assertion/createCategoryRecordAndCreateCategoryRelation.csv
  */
 public function createCategoryAndCreateRelation()
 {
     parent::createCategoryAndCreateRelation();
     $this->actionService->publishWorkspace(self::VALUE_WorkspaceId);
     $this->assertAssertionDataSet('createCategoryNCreateRelation');
 }
コード例 #3
0
ファイル: ActionTest.php プロジェクト: khanhdeux/typo3test
 /**
  * @test
  * @see DataSet/Assertion/createCategoryRecordAndCreateCategoryRelation.csv
  */
 public function createCategoryAndCreateRelation()
 {
     parent::createCategoryAndCreateRelation();
     $this->assertAssertionDataSet('createCategoryNCreateRelation');
 }