1
0
mirror of synced 2024-12-14 07:06:04 +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
{
}