1
0
mirror of synced 2024-12-13 22:56:04 +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
{
}