PHP 클래스 Symfony\Installer\Tests\IntegrationTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: symfony/symfony-installer

공개 메소드들

메소드 설명
provideSymfonyInstallationData ( ) : array Provides Symfony installation data.
setUp ( )
testDemoApplicationInstallation ( )
testSymfonyInstallation ( $versionToInstall, $messageRegexp, $versionRegexp, $requiredPhpVersion )
testSymfonyInstallationInCurrentDirectory ( )
testSymfonyRequiresNewerPhpVersion ( )

비공개 메소드들

메소드 설명
runCommand ( string $command, null | string $workingDirectory = null ) : string Runs the given string as a command and returns the resulting output.

메소드 상세

provideSymfonyInstallationData() 공개 메소드

Provides Symfony installation data.

setUp() 공개 메소드

public setUp ( )

testDemoApplicationInstallation() 공개 메소드

testSymfonyInstallation() 공개 메소드

public testSymfonyInstallation ( $versionToInstall, $messageRegexp, $versionRegexp, $requiredPhpVersion )

testSymfonyInstallationInCurrentDirectory() 공개 메소드

testSymfonyRequiresNewerPhpVersion() 공개 메소드