1
0
mirror of synced 2025-01-18 22:41:43 +03:00

[2.0] Fixed typo in test.

This commit is contained in:
romanb 2009-11-07 11:41:16 +00:00
parent b24811e29a
commit 3a59aefd5c

View File

@ -376,8 +376,8 @@ class BasicFunctionalTest extends \Doctrine\Tests\OrmFunctionalTestCase
$this->assertFalse($gblanco->getPhonenumbers()->isInitialized());
$newPhone = new CmsPhonenumber;
$phone->phonenumber = 555;
$gblanco->addPhonenumber($phone);
$newPhone->phonenumber = 555;
$gblanco->addPhonenumber($newPhone);
$this->assertFalse($gblanco->getPhonenumbers()->isInitialized());