DDC-3078 - default cache instantiator class name was misstyped
This commit is contained in:
parent
48e227167e
commit
d57d4b71f9
@ -32,7 +32,7 @@ class CacheConfigTest extends DoctrineTestCase
|
||||
*/
|
||||
public function testGetDefaultCacheIstantiator()
|
||||
{
|
||||
$this->assertInstanceOf('Doctrine\ORM\Cache\DefaultInstantiator', $this->config->getCacheInstantiator());
|
||||
$this->assertInstanceOf('Doctrine\ORM\Cache\DefaultCacheInstantiator', $this->config->getCacheInstantiator());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user