1
0
mirror of synced 2025-01-19 06:51:40 +03:00
doctrine2/tests/lib/Doctrine_OrmTestSuite.php
2008-05-17 12:22:24 +00:00

12 lines
347 B
PHP

<?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_OrmTestSuite extends Doctrine_TestSuite
{
}