Corrected SLC test expected query count: since the identity map is now consistently hashing identifiers
This commit is contained in:
parent
355d2c3d19
commit
44feacd327
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue