1
0
mirror of synced 2025-02-24 08:03:14 +03:00

10 lines
136 B
PHP
Raw Normal View History

<?php
namespace Doctrine\Tests;
/**
* Base testcase class for all dbal testcases.
*/
class DbalTestCase extends DoctrineTestCase
{
}