PHP Class spec\GrumPHP\Console\Helper\ComposerHelperSpec

Inheritance: extends PhpSpec\ObjectBehavior
Datei anzeigen Open project: phpro/grumphp

Public Methods

Method Description
it_has_composer_configuration ( Composer\Config $config )
it_has_composer_root_package ( Composer\Package\RootPackage $rootPackage )
it_is_a_console_helper ( )
it_is_initializable ( )
it_knows_if_the_composer_configuration_is_available ( )
it_knows_if_the_composer_root_package_is_available ( )
let ( Composer\Config $config, Composer\Package\RootPackage $rootPackage )

Method Details

it_has_composer_configuration() public method

public it_has_composer_configuration ( Composer\Config $config )
$config Composer\Config

it_has_composer_root_package() public method

public it_has_composer_root_package ( Composer\Package\RootPackage $rootPackage )
$rootPackage Composer\Package\RootPackage

it_is_a_console_helper() public method

it_is_initializable() public method

public it_is_initializable ( )

it_knows_if_the_composer_configuration_is_available() public method

it_knows_if_the_composer_root_package_is_available() public method

let() public method

public let ( Composer\Config $config, Composer\Package\RootPackage $rootPackage )
$config Composer\Config
$rootPackage Composer\Package\RootPackage