PHP Class Contao\CoreBundle\Test\Contao\EnvironmentTest

Inheritance: extends Contao\CoreBundle\Test\TestCase
Afficher le fichier Open project: contao/core-bundle

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
runTests ( ) Runs the actual tests.

Private Methods

Méthode Description
setSapi ( string $sapi ) Overrides the SAPI value.

Method Details

getRootDir() public méthode

Returns the normalized root directory.
public getRootDir ( ) : string
Résultat string

runTests() protected méthode

Runs the actual tests.
protected runTests ( )

setupBeforeClass() public static méthode

public static setupBeforeClass ( )

testApache() public méthode

Tests the mod_php environment.
public testApache ( )

testCgiFcgi() public méthode

Tests the cgi_fcgi environment.
public testCgiFcgi ( )

testFpmFcgi() public méthode

Tests the fpm_fcgi environment.
public testFpmFcgi ( )