spec\PHPSpec2\Formatter\Presenter\TaggedPresenter::it_should_wrap_value_into_tags PHP Метод

it_should_wrap_value_into_tags() публичный Метод

    function it_should_wrap_value_into_tags()
    {
        $this->presentValue('string')->shouldReturn('<value>"string"</value>');
    }