Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44feacd

Browse files
committed
Corrected SLC test expected query count: since the identity map is now consistently hashing identifiers
1 parent 355d2c3 commit 44feacd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Doctrine/Tests/ORM/Performance/SecondLevelCacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public function testFindEntityOneToManyWithCache()
101101

102102
$this->findEntityOneToMany($em, __FUNCTION__);
103103

104-
$this->assertEquals(487, $this->countQuery($em));
104+
$this->assertEquals(472, $this->countQuery($em));
105105
}
106106

107107
public function testQueryEntityWithoutCache()

0 commit comments

Comments
 (0)