Method |
Description |
|
it_defaults_the_block_width ( ) |
|
|
it_has_io_interface ( ) |
|
|
it_indents_and_wraps_long_broken_message ( Symfony\Component\Console\Output\OutputInterface $output ) |
|
|
it_is_code_generation_ready_if_no_input_config_says_otherwise ( ) |
|
|
it_is_not_code_generation_ready_if_command_line_option_is_set ( $input ) |
|
|
it_is_not_code_generation_ready_if_config_option_is_set ( $config ) |
|
|
it_is_not_code_generation_ready_if_input_is_not_interactive ( $input ) |
|
|
it_sets_the_block_width_to_narrower_than_the_terminal_width_when_terminal_is_in_range ( ) |
|
|
it_sets_the_block_width_to_the_maximum_when_terminal_is_very_wide ( ) |
|
|
it_sets_the_block_width_to_the_minimum_when_terminal_is_narrow ( ) |
|
|
it_will_disable_faking_if_command_line_option_and_config_flag_are_not_set ( $input, $config ) |
|
|
it_will_disable_rerunning_if_command_line_option_is_set ( $input, $config ) |
|
|
it_will_disable_rerunning_if_config_option_is_set ( $input, $config ) |
|
|
it_will_enable_faking_if_command_line_option_is_set ( $input, $config ) |
|
|
it_will_enable_faking_if_config_flag_is_set ( $input, $config ) |
|
|
it_will_enable_rerunning_if_command_line_option_is_not_set_and_config_doesnt_disallow ( $input, $config ) |
|
|
it_will_not_stop_on_failure_if_no_input_config_says_otherwise ( ) |
|
|
it_will_report_bootstrap_path_from_cli_when_different_paths_are_specified_in_config_and_cli ( $input, $config ) |
|
|
it_will_report_bootstrap_path_when_one_is_in_the_config_file ( $input, $config ) |
|
|
it_will_report_bootstrap_path_when_one_is_specified_at_the_command_line ( $input, $config ) |
|
|
it_will_report_no_bootstrap_when_there_is_none ( $input, $config ) |
|
|
it_will_stop_on_failure_if_command_line_option_is_set ( $input ) |
|
|
it_will_stop_on_failure_if_config_option_is_set ( $config ) |
|
|
it_wraps_long_broken_message ( Symfony\Component\Console\Output\OutputInterface $output ) |
|
|
it_writes_a_message_about_broken_code ( Symfony\Component\Console\Output\OutputInterface $output ) |
|
|
let ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, PhpSpec\Config\OptionsConfig $config, PhpSpec\Console\Prompter $prompter ) |
|
|