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);
    }