This commit is contained in:
parent
5e2257db04
commit
1fc7f81741
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class DDC6613Test extends OrmFunctionalTestCase
|
|||
$phones->initialize();
|
||||
|
||||
self::assertTrue($phones->isInitialized());
|
||||
self::assertFalse($phones->isDirty(), 'Possibly wrong assertion');
|
||||
self::assertTrue($phones->isDirty());
|
||||
self::assertCount(2, $phones);
|
||||
|
||||
$this->_em->flush();
|
||||
|
|
Loading…
Add table
Reference in a new issue