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

it_should_wrap_string_into_tags() public method

    function it_should_wrap_string_into_tags()
    {
        $this->presentString('string')->shouldReturn('<value>string</value>');
    }