spec\LdapTools\Security\Ace\AceRightsSpec::it_should_have_a_string_representation_for_SDDL PHP Method

it_should_have_a_string_representation_for_SDDL() public method

    function it_should_have_a_string_representation_for_SDDL()
    {
        $this->__toString()->shouldBeEqualTo(implode('', array_keys(AceRights::SHORT_NAME)));
    }