PHP Class Platformsh\Cli\Tests\Toolstack\ComposerTest

Inheritance: extends BaseToolstackTest
Show file Open project: commerceguys/platform-cli

Public Methods

Method Description
testBuildComposer ( )
testBuildComposerCustomPhp ( )
testBuildComposerHhvm ( )
testBuildComposerMounts ( )
testBuildDeprecatedConfig ( ) Test the deprecated config file format still works.
testBuildFakeSymfony ( ) Test the case where a user has specified "php:symfony" as the toolstack, for an application which does not contain a composer.json file. The build may not do much, but at least it should not throw an exception.

Method Details

testBuildComposer() public method

public testBuildComposer ( )

testBuildComposerCustomPhp() public method

testBuildComposerHhvm() public method

testBuildComposerMounts() public method

testBuildDeprecatedConfig() public method

Test the deprecated config file format still works.

testBuildFakeSymfony() public method

Test the case where a user has specified "php:symfony" as the toolstack, for an application which does not contain a composer.json file. The build may not do much, but at least it should not throw an exception.