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

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

public it_should_be_able_to_set_the_trustee ( SID $sid )
$sid LdapTools\Security\SID
    function it_should_be_able_to_set_the_trustee(SID $sid)
    {
        $this->setTrustee($sid)->shouldReturnAnInstanceOf('LdapTools\\Security\\Ace\\Ace');
        $this->getTrustee()->shouldBeEqualTo($sid);
    }