PHP Класс App\Test\TestCase\Controller\PagesControllerTest

Наследование: extends Cake\TestSuite\IntegrationTestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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
public testDirectoryTraversalProtection ( ) : void
Результат void

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