1
0
Fork 0
mirror of synced 2025-04-01 20:36:14 +03:00

Typo fix (region should be named 'bar', not 'foo'

This commit is contained in:
Marco Pivetta 2015-01-15 21:17:25 +01:00
parent a82eecfc07
commit 6564f95260

View file

@ -274,7 +274,7 @@ class DefaultCacheFactoryTest extends OrmTestCase
'usage' => ClassMetadata::CACHE_USAGE_READ_ONLY,
));
$barRegion = $factory->getRegion(array(
'region' => 'foo',
'region' => 'bar',
'usage' => ClassMetadata::CACHE_USAGE_READ_ONLY,
));