spec\PhpSpec\Formatter\Presenter\Differ\StringEngineSpec::it_supports_string_values PHP Method

it_supports_string_values() public method

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