1
0
mirror of synced 2025-02-20 22:23:14 +03:00

#1169 DDC-3343 - removing note about query count assertion

This commit is contained in:
Marco Pivetta 2015-01-28 20:01:57 +00:00
parent c7a6352b08
commit e76b20b109

View File

@ -485,7 +485,6 @@ class ExtraLazyCollectionTest extends OrmFunctionalTestCase
$user->articles->removeElement($article);
$this->assertFalse($user->articles->isInitialized(), "Post-Condition: Collection is not initialized.");
// NOTE: +2 queries because CmsArticle is a versioned entity, and that needs to be handled accordingly
$this->assertEquals($queryCount, $this->getCurrentQueryCount());
// Test One to Many removal with Entity state as new