spec\LdapTools\Security\Ace\AceSpec::it_should_parse_and_contain_the_inherited_object_type_GUID PHP Метод

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

    function it_should_parse_and_contain_the_inherited_object_type_GUID()
    {
        $this->getInheritedObjectType()->shouldReturnAnInstanceOf('LdapTools\\Security\\GUID');
        $this->getInheritedObjectType()->toString()->shouldBeEqualTo('4828cc14-1437-45bc-9b07-ad6f015e5f28');
    }