1
0
mirror of synced 2025-03-01 10:23:22 +03:00

10 lines
164 B
PHP

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