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

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

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