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

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

    function it_should_return_LdapObjectSchema_when_parsing()
    {
        $domain = new DomainConfiguration('example.com');
        $domain->setLdapType('ad');
        $this->parse($domain->getLdapType(), 'user')->shouldReturnAnInstanceOf('\\LdapTools\\Schema\\LdapObjectSchema');
    }
SchemaYamlParserSpec