[Propel1] fixed unit tests when Propel is not available

This commit is contained in:
Fabien Potencier 2012-02-14 23:36:40 +01:00
parent 4ed094c965
commit 4b9535c26f
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ class CollectionToArrayTransformerTest extends Propel1TestCase
public function setUp()
{
parent::setUp();
$this->transformer = new CollectionToArrayTransformer();
}