spec\LdapTools\Schema\Parser\SchemaYamlParserSpec::it_should_allow_a_schema_object_type_that_has_a_single_category_and_class_defined PHP Метод

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

    function it_should_allow_a_schema_object_type_that_has_a_single_category_and_class_defined()
    {
        $this->beConstructedWith(__DIR__ . '/../../../resources/schema');
        $this->parse('filter', 'ClassAndCategory')->getFilter()->toLdapFilter()->shouldBeEqualTo('(&(objectCategory=person)(objectClass=user))');
    }
SchemaYamlParserSpec