1
0
mirror of synced 2024-12-13 06:46:03 +03:00

[2.0] Added missing property.

This commit is contained in:
romanb 2009-07-01 13:50:26 +00:00
parent 5b67754595
commit 76661cd987

View File

@ -14,6 +14,7 @@ class OneToManyBidirectionalAssociationTest extends \Doctrine\Tests\OrmFunctiona
{ {
private $product; private $product;
private $firstFeature; private $firstFeature;
private $secondFeature;
protected function setUp() protected function setUp()
{ {