PHP Class GcContent\Controller\TranslationControllerTest

Datei anzeigen Open project: gotcms/gotcms

Public Methods

Method Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
testCreateAction ( ) : void Test
testCreateActionWithInvalidPostData ( ) : void Test
testCreateActionWithPostData ( ) : void Test
testDownloadAction ( ) : void Test
testDownloadActionWithEmptyContent ( ) : void Test
testIndexAction ( ) : void Test
testIndexActionWithInvalidPostData ( ) : void Test
testIndexActionWithPostData ( ) : void Test
testUploadAction ( ) : void Test
testUploadActionWithEmptyFilesData ( ) : void Test

Method Details

setUp() public method

This method is called before a test is executed.
public setUp ( ) : void
return void

testCreateAction() public method

Test
public testCreateAction ( ) : void
return void

testCreateActionWithInvalidPostData() public method

Test

testCreateActionWithPostData() public method

Test
public testCreateActionWithPostData ( ) : void
return void

testDownloadAction() public method

Test
public testDownloadAction ( ) : void
return void

testDownloadActionWithEmptyContent() public method

Test

testIndexAction() public method

Test
public testIndexAction ( ) : void
return void

testIndexActionWithInvalidPostData() public method

Test

testIndexActionWithPostData() public method

Test
public testIndexActionWithPostData ( ) : void
return void

testUploadAction() public method

Test
public testUploadAction ( ) : void
return void

testUploadActionWithEmptyFilesData() public method

Test