spec\PHPSpec2\Formatter\Presenter\TaggedPresenter::it_should_wrap_value_into_tags PHP Method

it_should_wrap_value_into_tags() public method

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