PHP 클래스 Contao\CoreBundle\Test\Contao\EnvironmentTest

파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

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