PHP 클래스 App\Test\TestCase\Controller\PagesControllerTest

상속: extends Cake\TestSuite\IntegrationTestCase
파일 보기 프로젝트 열기: cakephp/app

공개 메소드들

메소드 설명
testDirectoryTraversalProtection ( ) : void Test directory traversal protection
testDisplay ( ) : void testDisplay method
testMissingTemplate ( ) : void Test that missing template renders 404 page in production
testMissingTemplateInDebug ( ) : void Test that missing template in debug mode renders missing_template error page
testMultipleGet ( ) : void testMultipleGet method

메소드 상세

testDirectoryTraversalProtection() 공개 메소드

Test directory traversal protection

testDisplay() 공개 메소드

testDisplay method
public testDisplay ( ) : void
리턴 void

testMissingTemplate() 공개 메소드

Test that missing template renders 404 page in production
public testMissingTemplate ( ) : void
리턴 void

testMissingTemplateInDebug() 공개 메소드

Test that missing template in debug mode renders missing_template error page
public testMissingTemplateInDebug ( ) : void
리턴 void

testMultipleGet() 공개 메소드

testMultipleGet method
public testMultipleGet ( ) : void
리턴 void