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

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

    function it_should_parse_the_trustee_and_contain_a_sid_object()
    {
        $this->getTrustee()->shouldReturnAnInstanceOf('LdapTools\\Security\\SID');
        $this->getTrustee()->toString()->shouldBeEqualTo('S-1-5-21-1263317781-1938881490-3107577794-1116');
    }