spec\PhpSpec\Console\ConsoleIOSpec::it_is_not_code_generation_ready_if_input_is_not_interactive PHP Method

it_is_not_code_generation_ready_if_input_is_not_interactive() public method

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