1
0
mirror of synced 2025-01-31 12:32:59 +03:00
doctrine2/tests/lib/Doctrine_DbalTestCase.php

10 lines
147 B
PHP
Raw Normal View History

2008-02-09 18:59:19 +00:00
<?php
2009-01-04 16:15:32 +00:00
#namespace Doctrine\Tests;
2008-02-09 18:59:19 +00:00
/**
* Base testcase class for all dbal testcases.
*/
2008-02-10 14:32:05 +00:00
class Doctrine_DbalTestCase extends Doctrine_TestCase
2008-02-09 18:59:19 +00:00
{
}