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

it_sets_the_block_width_to_the_maximum_when_terminal_is_very_wide() public method

    function it_sets_the_block_width_to_the_maximum_when_terminal_is_very_wide()
    {
        $this->setConsoleWidth(1000);
        $this->getBlockWidth()->shouldReturn(80);
    }