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

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

    function it_should_parse_the_base_dn_for_an_object()
    {
        $this->beConstructedWith(__DIR__ . '/../../../resources/schema');
        $this->parse('example', 'user')->getBaseDn()->shouldBeEqualTo('ou=bar,dc=example,dc=local');
    }
SchemaYamlParserSpec