1
0
mirror of synced 2025-01-31 20:41:44 +03:00
doctrine2/tests/lib/Doctrine_OrmTestCase.php
2008-05-17 12:22:24 +00:00

9 lines
124 B
PHP

<?php
/**
* Base testcase class for all orm testcases.
*
*/
class Doctrine_OrmTestCase extends Doctrine_TestCase
{
}