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

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

    function it_should_allow_setting_the_trustee_by_a_string_sid()
    {
        $this->setTrustee('PS')->getTrustee()->toString()->shouldBeEqualTo(SID::SHORT_NAME['PS']);
    }