PHP Класс Contao\CoreBundle\Test\Contao\EnvironmentTest

Наследование: extends Contao\CoreBundle\Test\TestCase
Показать файл Открыть проект

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

Метод Описание
getRootDir ( ) : string Returns the normalized root directory.
setupBeforeClass ( )
testApache ( ) Tests the mod_php environment.
testCgiFcgi ( ) Tests the cgi_fcgi environment.
testFpmFcgi ( ) Tests the fpm_fcgi environment.

Защищенные методы

Метод Описание
runTests ( ) Runs the actual tests.

Приватные методы

Метод Описание
setSapi ( string $sapi ) Overrides the SAPI value.

Описание методов

getRootDir() публичный Метод

Returns the normalized root directory.
public getRootDir ( ) : string
Результат string

runTests() защищенный Метод

Runs the actual tests.
protected runTests ( )

setupBeforeClass() публичный статический Метод

public static setupBeforeClass ( )

testApache() публичный Метод

Tests the mod_php environment.
public testApache ( )

testCgiFcgi() публичный Метод

Tests the cgi_fcgi environment.
public testCgiFcgi ( )

testFpmFcgi() публичный Метод

Tests the fpm_fcgi environment.
public testFpmFcgi ( )