Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355d2c3 commit 44feacdCopy full SHA for 44feacd
1 file changed
tests/Doctrine/Tests/ORM/Performance/SecondLevelCacheTest.php
@@ -101,7 +101,7 @@ public function testFindEntityOneToManyWithCache()
101
102
$this->findEntityOneToMany($em, __FUNCTION__);
103
104
- $this->assertEquals(487, $this->countQuery($em));
+ $this->assertEquals(472, $this->countQuery($em));
105
}
106
107
public function testQueryEntityWithoutCache()
0 commit comments