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