Commit 7694e9b7 authored by romanb's avatar romanb

[2.0] Fix for functional tests. Test suite now fully passes against mysql and postgres again.

parent ce6905cc
......@@ -46,7 +46,8 @@ class OrmFunctionalTestCase extends OrmTestCase
'Doctrine\Tests\Models\Company\CompanyOrganization',
'Doctrine\Tests\Models\Company\CompanyEvent',
'Doctrine\Tests\Models\Company\CompanyAuction',
'Doctrine\Tests\Models\Company\CompanyRaffle'
'Doctrine\Tests\Models\Company\CompanyRaffle',
'Doctrine\Tests\Models\Company\CompanyCar'
),
'ecommerce' => array(
'Doctrine\Tests\Models\ECommerce\ECommerceCart',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment