1
0
mirror of synced 2025-01-31 12:32:59 +03:00
doctrine2/tests/lib/Doctrine_OrmFunctionalTestSuite.php

17 lines
449 B
PHP
Raw Normal View History

2008-05-24 17:37:26 +00:00
<?php
/**
* The outermost test suite for all orm related testcases & suites.
*
* Currently the orm suite uses a normal connection object.
* Upon separation of the DBAL and ORM package this suite should just use a orm
* connection/session/manager instance as the shared fixture.
*/
class Doctrine_OrmFunctionalTestSuite extends Doctrine_OrmTestSuite
{
protected function setUp()
{
}
protected function tearDown()
{}
}