1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Njero Test shows the dangers of hasOne

This commit is contained in:
njero 2007-08-09 23:14:13 +00:00
parent 4210452812
commit 8d483750b6

View File

@ -148,7 +148,6 @@ class Doctrine_TicketNjero_TestCase extends Doctrine_UnitTestCase
$this->assertEqual($p->RateN->policy_code, 1);
$this->assertEqual($p->RateN->coverage_code, 3);
$this->assertEqual($p->RateN->liability_code, 1);
echo "The following should be '3' or there should have been an assertion failure: " . $p->RateN->coverage_code . "\n";
}
} ?>