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

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

public it_should_set_the_object_type_GUID ( GUID $guid )
$guid LdapTools\Security\GUID
    function it_should_set_the_object_type_GUID(GUID $guid)
    {
        $this->setObjectType($guid)->shouldReturnAnInstanceOf('LdapTools\\Security\\Ace\\Ace');
        $this->getObjectType()->shouldBeEqualTo($guid);
        $this->setObjectType(null)->getObjectType()->shouldBeNull();
    }