spec\PHPSpec2\Matcher\TypeMatcher::it_should_support_all_aliases PHP Метод

it_should_support_all_aliases() публичный Метод

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