#1169 DDC-3343 - updating test expectations - one-to-many changes should be no-op unless orphan removal is specified.
This commit is contained in:
parent
af59ea962f
commit
94c0e46c96
@ -730,7 +730,7 @@ class ExtraLazyCollectionTest extends \Doctrine\Tests\OrmFunctionalTestCase
|
||||
'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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user