From 44feacd32764207e2394d9f42e1de57f3571b79d Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 7 Jul 2016 23:46:09 +0200 Subject: [PATCH] Corrected SLC test expected query count: since the identity map is now consistently hashing identifiers --- tests/Doctrine/Tests/ORM/Performance/SecondLevelCacheTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/ORM/Performance/SecondLevelCacheTest.php b/tests/Doctrine/Tests/ORM/Performance/SecondLevelCacheTest.php index 61b9c7ce7..774945c5a 100644 --- a/tests/Doctrine/Tests/ORM/Performance/SecondLevelCacheTest.php +++ b/tests/Doctrine/Tests/ORM/Performance/SecondLevelCacheTest.php @@ -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()