Skip to content

Commit b9fc1a1

Browse files
Merge branch '4.4' into 5.2
* 4.4: Stop using deprecated ArrayCache from Doctrine [Intl] fix Locale::getFallback() throwing exception on long $locale
2 parents 2ef2a77 + 4ac8549 commit b9fc1a1

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;
@@ -62,8 +61,6 @@ public static function createTestConfiguration()
6261
$config->setProxyDir(sys_get_temp_dir());
6362
$config->setProxyNamespace('SymfonyTests\Doctrine');
6463
$config->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader()));
65-
$config->setQueryCacheImpl(new ArrayCache());
66-
$config->setMetadataCacheImpl(new ArrayCache());
6764

6865
return $config;
6966
}

0 commit comments

Comments
 (0)