spec\LdapTools\Hydrator\ArrayHydratorSpec::it_should_set_LdapObjectSchemas_when_calling_setLdapObjectSchema PHP Метод

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

    function it_should_set_LdapObjectSchemas_when_calling_setLdapObjectSchema()
    {
        $schema = new LdapObjectSchema('foo', 'bar');
        $this->setLdapObjectSchema($schema);
        $this->getLdapObjectSchema()->shouldBeEqualTo($schema);
    }