PHP 클래스 GcContent\Controller\TranslationControllerTest

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

공개 메소드들

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

메소드 상세

setUp() 공개 메소드

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

testCreateAction() 공개 메소드

Test
public testCreateAction ( ) : void
리턴 void

testCreateActionWithInvalidPostData() 공개 메소드

Test

testCreateActionWithPostData() 공개 메소드

Test
public testCreateActionWithPostData ( ) : void
리턴 void

testDownloadAction() 공개 메소드

Test
public testDownloadAction ( ) : void
리턴 void

testDownloadActionWithEmptyContent() 공개 메소드

Test

testIndexAction() 공개 메소드

Test
public testIndexAction ( ) : void
리턴 void

testIndexActionWithInvalidPostData() 공개 메소드

Test

testIndexActionWithPostData() 공개 메소드

Test
public testIndexActionWithPostData ( ) : void
리턴 void

testUploadAction() 공개 메소드

Test
public testUploadAction ( ) : void
리턴 void

testUploadActionWithEmptyFilesData() 공개 메소드

Test