Skip to content

Commit 903de11

Browse files
Merge branch '5.2' into 5.x
* 5.2: Stop using deprecated ArrayCache from Doctrine [EventDispatcher] fix registering subscribers twice on edge-case [Intl] fix Locale::getFallback() throwing exception on long $locale
2 parents 0f0ed42 + b9fc1a1 commit 903de11

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Test/DoctrineTestHelper.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bridge\Doctrine\Test;
1313

1414
use Doctrine\Common\Annotations\AnnotationReader;
15-
use Doctrine\Common\Cache\ArrayCache;
1615
use Doctrine\ORM\Configuration;
1716
use Doctrine\ORM\EntityManager;
1817
use Doctrine\ORM\Mapping\Driver\AnnotationDriver;
@@ -72,8 +71,6 @@ public static function createTestConfiguration()
7271
$config->setProxyDir(sys_get_temp_dir());
7372
$config->setProxyNamespace('SymfonyTests\Doctrine');
7473
$config->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader()));
75-
$config->setQueryCacheImpl(new ArrayCache());
76-
$config->setMetadataCacheImpl(new ArrayCache());
7774

7875
return $config;
7976
}

0 commit comments

Comments
 (0)