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');
    }