PHP Class Backup\Controller\IndexControllerTest

Show file Open project: gotcms/gotcms

Public Methods

Method Description
setUp ( ) : void Sets up the fixture, for example, opens a network connection.
tearDown ( ) : void Tears down the fixture, for example, closes a network connection.
testDownloadContentAction ( ) : void Test
testDownloadContentActionWithEmptyWhatShouldRedirect ( ) : void Test
testDownloadDatabaseAction ( ) : void Test
testDownloadDatabaseWithEmptyWhatShouldRedirect ( ) : void Test
testDownloadFilesAction ( ) : void Test
testIndexAction ( ) : void Test
testUploadActionWithEmptyFilesData ( ) : void Test
testUploadWithXml ( ) : void Test

Method Details

setUp() public method

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

tearDown() public method

This method is called after a test is executed.
public tearDown ( ) : void
return void

testDownloadContentAction() public method

Test
public testDownloadContentAction ( ) : void
return void

testDownloadContentActionWithEmptyWhatShouldRedirect() public method

Test

testDownloadDatabaseAction() public method

Test
public testDownloadDatabaseAction ( ) : void
return void

testDownloadDatabaseWithEmptyWhatShouldRedirect() public method

Test

testDownloadFilesAction() public method

Test
public testDownloadFilesAction ( ) : void
return void

testIndexAction() public method

Test
public testIndexAction ( ) : void
return void

testUploadActionWithEmptyFilesData() public method

Test

testUploadWithXml() public method

Test
public testUploadWithXml ( ) : void
return void