1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/tests/lib/Doctrine_TestCase.php
2008-02-10 14:32:05 +00:00

8 lines
128 B
PHP

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