1
0
mirror of synced 2025-01-19 15:01:40 +03:00
doctrine2/tests/lib/Doctrine_DbalTestCase.php
2008-02-09 18:59:19 +00:00

8 lines
132 B
PHP

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