1
0
mirror of synced 2024-12-15 07:36:03 +03:00
doctrine2/tests/lib/Doctrine_OrmTestSuite.php
2009-01-04 16:15:32 +00:00

10 lines
169 B
PHP

<?php
#namespace Doctrine\Tests;
/**
* The outermost test suite for all orm related testcases & suites.
*/
class Doctrine_OrmTestSuite extends Doctrine_TestSuite
{
}