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

it_sets_the_block_width_to_narrower_than_the_terminal_width_when_terminal_is_in_range() public method

    function it_sets_the_block_width_to_narrower_than_the_terminal_width_when_terminal_is_in_range()
    {
        $this->setConsoleWidth(75);
        $this->getBlockWidth()->shouldReturn(65);
    }