1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Corrected SLC test expected query count: since the identity map is now consistently hashing identifiers

This commit is contained in:
Marco Pivetta 2016-07-07 23:46:09 +02:00
parent 355d2c3d19
commit 44feacd327

View File

@ -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()