Skip to content

Commit

Permalink
doctrine#1169 DDC-3343 - updating test expectations - one-to-many ch…
Browse files Browse the repository at this point in the history
…anges should be no-op unless orphan removal is specified.
  • Loading branch information
Ocramius committed Jan 29, 2015
1 parent 579b710 commit 18b067a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ public function testRemovingManagedLazyProxyFromExtraLazyOneToManyDoesRemoveTheA
'Even though the collection is extra lazy, the tweet should not have been deleted'
);

$this->assertNull($tweet->author);
$this->assertInstanceOf(User::CLASSNAME, $tweet->author);

/* @var $user User */
$user = $this->_em->find(User::CLASSNAME, $userId);
Expand Down

0 comments on commit 18b067a

Please sign in to comment.