spec\LdapTools\AttributeConverter\ConvertFunctionalLevelSpec::it_should_return_unknown_if_the_level_is_not_a_valid_type PHP 메소드

it_should_return_unknown_if_the_level_is_not_a_valid_type() 공개 메소드

    function it_should_return_unknown_if_the_level_is_not_a_valid_type()
    {
        $this->fromLdap('9001')->shouldBeEqualTo('Unknown');
    }