spec\LdapTools\Security\Ace\AceSpec::it_should_allow_being_constructed_with_a_ACE_type_short_name PHP Метод

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

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