1
0
mirror of synced 2025-02-24 16:13:13 +03:00

10 lines
155 B
PHP
Raw Normal View History

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