spec\LdapTools\Security\Ace\AceRightsSpec::it_should_check_or_set_the_ability_to_execute PHP Метод

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

    function it_should_check_or_set_the_ability_to_execute()
    {
        $this->execute()->shouldBeEqualTo(true);
        $this->execute(false)->execute()->shouldBeEqualTo(false);
    }