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

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

public it_should_set_the_inherited_object_type_GUID ( GUID $guid )
$guid LdapTools\Security\GUID
    function it_should_set_the_inherited_object_type_GUID(GUID $guid)
    {
        $this->setInheritedObjectType($guid)->shouldReturnAnInstanceOf('LdapTools\\Security\\Ace\\Ace');
        $this->getInheritedObjectType()->shouldBeEqualTo($guid);
        $this->setInheritedObjectType(null)->getInheritedObjectType()->shouldBeNull();
    }