spec\PHPSpec2\Matcher\TypeMatcher::it_should_support_all_aliases PHP Method

it_should_support_all_aliases() public method

    function it_should_support_all_aliases()
    {
        $this->supports('beAnInstanceOf', '', array(''))->shouldReturn(true);
        $this->supports('returnAnInstanceOf', '', array(''))->shouldReturn(true);
        $this->supports('haveType', '', array(''))->shouldReturn(true);
    }