spec\PhpSpec\Console\ConsoleIOSpec::it_will_not_stop_on_failure_if_no_input_config_says_otherwise PHP 메소드

it_will_not_stop_on_failure_if_no_input_config_says_otherwise() 공개 메소드

    function it_will_not_stop_on_failure_if_no_input_config_says_otherwise()
    {
        $this->isStopOnFailureEnabled()->shouldReturn(false);
    }