spec\PHPSpec2\Formatter\Presenter\Differ\StringEngine::it_should_support_strings PHP 메소드

it_should_support_strings() 공개 메소드

    function it_should_support_strings()
    {
        $this->supports('string1', 'string2')->shouldReturn(true);
    }