spec\PhpSpec\Matcher\CallbackMatcherSpec::it_supports_same_alias_it_was_constructed_with PHP Method

it_supports_same_alias_it_was_constructed_with() public method

    function it_supports_same_alias_it_was_constructed_with()
    {
        $this->supports('custom', array(), array())->shouldReturn(true);
    }