spec\LdapTools\Security\Ace\AceSpec::it_should_allow_being_constructed_with_a_ACE_type_short_name PHP Méthode

it_should_allow_being_constructed_with_a_ACE_type_short_name() public méthode

    function it_should_allow_being_constructed_with_a_ACE_type_short_name()
    {
        $this->beConstructedWith('D');
        $this->getType()->getShortName()->shouldBeEqualTo('D');
    }