We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579d324 commit 4ac8549Copy full SHA for 4ac8549
Test/DoctrineTestHelper.php
@@ -12,7 +12,6 @@
12
namespace Symfony\Bridge\Doctrine\Test;
13
14
use Doctrine\Common\Annotations\AnnotationReader;
15
-use Doctrine\Common\Cache\ArrayCache;
16
use Doctrine\ORM\Configuration;
17
use Doctrine\ORM\EntityManager;
18
use Doctrine\ORM\Mapping\Driver\AnnotationDriver;
@@ -62,8 +61,6 @@ public static function createTestConfiguration()
62
61
$config->setProxyDir(sys_get_temp_dir());
63
$config->setProxyNamespace('SymfonyTests\Doctrine');
64
$config->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader()));
65
- $config->setQueryCacheImpl(new ArrayCache());
66
- $config->setMetadataCacheImpl(new ArrayCache());
67
68
return $config;
69
}
0 commit comments