1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +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());