1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

DDC-3078 - default cache instantiator class name was misstyped

This commit is contained in:
Marco Pivetta 2014-04-10 04:25:22 +02:00 committed by fabios
parent 48e227167e
commit d57d4b71f9

View file

@ -32,7 +32,7 @@ class CacheConfigTest extends DoctrineTestCase
*/ */
public function testGetDefaultCacheIstantiator() public function testGetDefaultCacheIstantiator()
{ {
$this->assertInstanceOf('Doctrine\ORM\Cache\DefaultInstantiator', $this->config->getCacheInstantiator()); $this->assertInstanceOf('Doctrine\ORM\Cache\DefaultCacheInstantiator', $this->config->getCacheInstantiator());
} }
/** /**