DDC-3078 - default cache instantiator class name was misstyped
This commit is contained in:
parent
48e227167e
commit
d57d4b71f9
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue