1
0
mirror of synced 2025-03-02 02:43:20 +03:00

10 lines
164 B
PHP
Raw Normal View History

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