PHP Class PhpBrew\Testing\CommandTestCase

Inheritance: extends CLIFramework\Testing\CommandTestCase
Afficher le fichier Open project: phpbrew/phpbrew Class Usage Examples

Méthodes publiques

Свойство Type Description
$primaryVersion

Protected Properties

Свойство Type Description
$debug

Méthodes publiques

Méthode Description
assertCommandSuccess ( $args )
getPrimaryVersion ( )
runCommand ( $args )
runCommandWithStdout ( $args )
setUp ( )
setupApplication ( )
tearDown ( ) * we don't have to restore it back. the parent environment variables won't change if the they are changed inside a process.

Method Details

assertCommandSuccess() public méthode

public assertCommandSuccess ( $args )

getPrimaryVersion() public méthode

public getPrimaryVersion ( )

runCommand() public méthode

public runCommand ( $args )

runCommandWithStdout() public méthode

public runCommandWithStdout ( $args )

setUp() public méthode

public setUp ( )

setupApplication() public méthode

public setupApplication ( )

tearDown() public méthode

but we might want to change it back if there is a test changed the environment variable.
public tearDown ( )

Property Details

$debug protected_oe property

protected $debug

$primaryVersion public_oe property

public $primaryVersion