1
0
mirror of synced 2025-01-18 22:41:43 +03:00
doctrine2/tests/Doctrine/Tests/OrmFunctionalTestSuite.php

15 lines
369 B
PHP
Raw Normal View History

2009-01-04 16:15:32 +00:00
<?php
namespace Doctrine\Tests;
2009-01-04 16:15:32 +00:00
2008-05-24 17:37:26 +00:00
/**
* 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 OrmFunctionalTestSuite extends OrmTestSuite
2008-05-24 17:37:26 +00:00
{
2010-10-29 16:46:21 +02:00
2008-05-24 17:37:26 +00:00
}