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

it_sets_the_block_width_to_narrower_than_the_terminal_width_when_terminal_is_in_range() 공개 메소드

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