PHP Class spec\GrumPHP\Collection\ProcessArgumentsCollectionSpec

Inheritance: extends PhpSpec\ObjectBehavior
显示文件 Open project: phpro/grumphp

Public Methods

Method Description
it_is_initializable ( )
it_should_be_able_to_add_an_argument_array ( )
it_should_be_able_to_add_an_argument_array_with_separated_values ( )
it_should_be_able_to_add_comma_separated_files ( )
it_should_be_able_to_add_files ( )
it_should_be_able_to_add_optional_argument ( )
it_should_be_able_to_add_optional_argument_with_separated_value ( )
it_should_be_able_to_add_optional_comma_separated_argument ( )
it_should_be_able_to_add_required_argument ( )
it_should_be_able_to_add_separated_argument_array ( )
it_should_be_able_to_create_a_new_collection_based_on_a_command ( )

Method Details

it_is_initializable() public method

public it_is_initializable ( )

it_should_be_able_to_add_an_argument_array() public method

it_should_be_able_to_add_an_argument_array_with_separated_values() public method

it_should_be_able_to_add_comma_separated_files() public method

it_should_be_able_to_add_files() public method

it_should_be_able_to_add_optional_argument() public method

it_should_be_able_to_add_optional_argument_with_separated_value() public method

it_should_be_able_to_add_optional_comma_separated_argument() public method

it_should_be_able_to_add_required_argument() public method

it_should_be_able_to_add_separated_argument_array() public method

it_should_be_able_to_create_a_new_collection_based_on_a_command() public method