Skip to content

Commit

Permalink
doctrine#1169 DDC-3343 - removing note about query count assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 28, 2015
1 parent c7a6352 commit e76b20b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ public function testRemoveElementOneToMany()
$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
Expand Down

0 comments on commit e76b20b

Please sign in to comment.