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

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

    function it_should_parse_the_type_and_contain_an_AceType_object()
    {
        $this->getType()->shouldReturnAnInstanceOf('LdapTools\\Security\\Ace\\AceType');
        $this->getType()->getValue()->shouldBeEqualTo(5);
    }