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

it_sets_the_block_width_to_the_minimum_when_terminal_is_narrow() public method

    function it_sets_the_block_width_to_the_minimum_when_terminal_is_narrow()
    {
        $this->setConsoleWidth(10);
        $this->getBlockWidth()->shouldReturn(60);
    }