spec\LdapTools\Security\Ace\AceSpec::it_should_parse_and_contain_the_object_type_GUID PHP 메소드

it_should_parse_and_contain_the_object_type_GUID() 공개 메소드

    function it_should_parse_and_contain_the_object_type_GUID()
    {
        $this->getObjectType()->shouldReturnAnInstanceOf('LdapTools\\Security\\GUID');
        $this->getObjectType()->toString()->shouldBeEqualTo('c975c901-6cea-4b6f-8319-d67f45449506');
    }