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

it_defaults_the_block_width() 공개 메소드

    function it_defaults_the_block_width()
    {
        $this->getBlockWidth()->shouldReturn(60);
    }