PHP Class Symfony\Installer\Tests\IntegrationTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony-installer

Public Methods

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

Private Methods

Method 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 method

Provides Symfony installation data.

setUp() public method

public setUp ( )

testDemoApplicationInstallation() public method

testSymfonyInstallation() public method

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

testSymfonyInstallationInCurrentDirectory() public method

testSymfonyRequiresNewerPhpVersion() public method