PHP Class Symfony\Installer\Tests\IntegrationTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: symfony/symfony-installer

Méthodes publiques

Méthode Description
provideSymfonyInstallationData ( ) : array Provides Symfony installation data.
setUp ( )
testDemoApplicationInstallation ( )
testSymfonyInstallation ( $versionToInstall, $messageRegexp, $versionRegexp, $requiredPhpVersion )
testSymfonyInstallationInCurrentDirectory ( )
testSymfonyRequiresNewerPhpVersion ( )

Private Methods

Méthode Description
runCommand ( string $command, null | string $workingDirectory = null ) : string Runs the given string as a command and returns the resulting output.

Method Details

provideSymfonyInstallationData() public méthode

Provides Symfony installation data.
public provideSymfonyInstallationData ( ) : array
Résultat array

setUp() public méthode

public setUp ( )

testDemoApplicationInstallation() public méthode

testSymfonyInstallation() public méthode

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

testSymfonyInstallationInCurrentDirectory() public méthode

testSymfonyRequiresNewerPhpVersion() public méthode