spec\LdapTools\Security\Ace\AceRightsSpec::it_should_check_or_set_the_ability_to_synchronize PHP Méthode

it_should_check_or_set_the_ability_to_synchronize() public méthode

    function it_should_check_or_set_the_ability_to_synchronize()
    {
        $this->synchronize()->shouldBeEqualTo(true);
        $this->synchronize(false)->synchronize()->shouldBeEqualTo(false);
    }