PHP Class spec\GrumPHP\Configuration\GrumPHPSpec

Inheritance: extends PhpSpec\ObjectBehavior
Mostra file Open project: phpro/grumphp

Public Methods

Method Description
it_configures_the_process_async_limit ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_configures_the_process_async_wait_time ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_configures_the_symfony_process_timeout ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_is_initializable ( )
it_knows_the_bin_dir ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_knows_the_git_dir ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_knows_the_hooks_dir ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_knows_the_hooks_preset ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_knows_to_ignore_unstaged_changes ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_knows_to_stop_on_failure ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_should_know_all_registered_tasks ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_should_know_if_a_task_is_a_blocking_task ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_should_know_task_configuration ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_should_know_task_metadata ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_should_return_empty_ascii_location_for_unknown_resources ( Symfony\Component\DependencyInjection\ContainerInterface $container )
it_should_return_the_ascii_location_for_known_resources ( Symfony\Component\DependencyInjection\ContainerInterface $container )
let ( Symfony\Component\DependencyInjection\ContainerInterface $container )

Method Details

it_configures_the_process_async_limit() public method

public it_configures_the_process_async_limit ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_configures_the_process_async_wait_time() public method

public it_configures_the_process_async_wait_time ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_configures_the_symfony_process_timeout() public method

public it_configures_the_symfony_process_timeout ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_is_initializable() public method

public it_is_initializable ( )

it_knows_the_bin_dir() public method

public it_knows_the_bin_dir ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_knows_the_git_dir() public method

public it_knows_the_git_dir ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_knows_the_hooks_dir() public method

public it_knows_the_hooks_dir ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_knows_the_hooks_preset() public method

public it_knows_the_hooks_preset ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_knows_to_ignore_unstaged_changes() public method

public it_knows_to_ignore_unstaged_changes ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_knows_to_stop_on_failure() public method

public it_knows_to_stop_on_failure ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_should_know_all_registered_tasks() public method

public it_should_know_all_registered_tasks ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_should_know_if_a_task_is_a_blocking_task() public method

public it_should_know_if_a_task_is_a_blocking_task ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_should_know_task_configuration() public method

public it_should_know_task_configuration ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_should_know_task_metadata() public method

public it_should_know_task_metadata ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_should_return_empty_ascii_location_for_unknown_resources() public method

public it_should_return_empty_ascii_location_for_unknown_resources ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

it_should_return_the_ascii_location_for_known_resources() public method

public it_should_return_the_ascii_location_for_known_resources ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

let() public method

public let ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface