PHP 클래스 Backup\Controller\IndexControllerTest

파일 보기 프로젝트 열기: gotcms/gotcms

공개 메소드들

메소드 설명
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

메소드 상세

setUp() 공개 메소드

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

tearDown() 공개 메소드

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

testDownloadContentAction() 공개 메소드

Test
public testDownloadContentAction ( ) : void
리턴 void

testDownloadContentActionWithEmptyWhatShouldRedirect() 공개 메소드

Test

testDownloadDatabaseAction() 공개 메소드

Test
public testDownloadDatabaseAction ( ) : void
리턴 void

testDownloadDatabaseWithEmptyWhatShouldRedirect() 공개 메소드

Test

testDownloadFilesAction() 공개 메소드

Test
public testDownloadFilesAction ( ) : void
리턴 void

testIndexAction() 공개 메소드

Test
public testIndexAction ( ) : void
리턴 void

testUploadActionWithEmptyFilesData() 공개 메소드

Test

testUploadWithXml() 공개 메소드

Test
public testUploadWithXml ( ) : void
리턴 void