File tree 2 files changed +5
-0
lines changed
Bundle/FrameworkBundle/Resources/config/schema
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ public static function createTestConfiguration(): Configuration
62
62
$ config ->setSchemaManagerFactory (new DefaultSchemaManagerFactory ());
63
63
}
64
64
65
+ if (method_exists (Configuration::class, 'setLazyGhostObjectEnabled ' )) {
66
+ $ config ->setLazyGhostObjectEnabled (true );
67
+ }
68
+
65
69
return $ config ;
66
70
}
67
71
Original file line number Diff line number Diff line change 339
339
<xsd : element name =" default-psr6-provider" type =" xsd:string" minOccurs =" 0" maxOccurs =" 1" />
340
340
<xsd : element name =" default-redis-provider" type =" xsd:string" minOccurs =" 0" maxOccurs =" 1" />
341
341
<xsd : element name =" default-memcached-provider" type =" xsd:string" minOccurs =" 0" maxOccurs =" 1" />
342
+ <xsd : element name =" default-doctrine-dbal-provider" type =" xsd:string" minOccurs =" 0" maxOccurs =" 1" />
342
343
<xsd : element name =" default-pdo-provider" type =" xsd:string" minOccurs =" 0" maxOccurs =" 1" />
343
344
<xsd : element name =" pool" type =" cache_pool" minOccurs =" 0" maxOccurs =" unbounded" />
344
345
</xsd : sequence >
You can’t perform that action at this time.
0 commit comments