Corrected SLC test expected query count: since the identity map is now consistently hashing identifiers
This commit is contained in:
parent
355d2c3d19
commit
44feacd327
@ -101,7 +101,7 @@ class SecondLevelCacheTest extends OrmFunctionalTestCase
|
||||
|
||||
$this->findEntityOneToMany($em, __FUNCTION__);
|
||||
|
||||
$this->assertEquals(487, $this->countQuery($em));
|
||||
$this->assertEquals(472, $this->countQuery($em));
|
||||
}
|
||||
|
||||
public function testQueryEntityWithoutCache()
|
||||
|
Loading…
x
Reference in New Issue
Block a user