1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/tests/lib/Doctrine_DbalTestCase.php

8 lines
123 B
PHP
Raw Normal View History

2008-02-09 21:59:19 +03:00
<?php
/**
* Base testcase class for all dbal testcases.
*/
2008-02-10 17:32:05 +03:00
class Doctrine_DbalTestCase extends Doctrine_TestCase
2008-02-09 21:59:19 +03:00
{
}