spec\LdapTools\Security\Ace\AceSpec::it_should_be_able_to_set_the_AceRights PHP Method

it_should_be_able_to_set_the_AceRights() public method

public it_should_be_able_to_set_the_AceRights ( AceRights $aceRights )
$aceRights LdapTools\Security\Ace\AceRights
    function it_should_be_able_to_set_the_AceRights(AceRights $aceRights)
    {
        $this->setRights($aceRights)->shouldReturnAnInstanceOf('LdapTools\\Security\\Ace\\Ace');
        $this->getRights()->shouldBeEqualTo($aceRights);
    }