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

it_is_not_code_generation_ready_if_input_is_not_interactive() 공개 메소드

    function it_is_not_code_generation_ready_if_input_is_not_interactive($input)
    {
        $input->isInteractive()->willReturn(false);
        $this->isCodeGenerationEnabled()->shouldReturn(false);
    }