1
0
mirror of synced 2025-02-02 21:41:45 +03:00
doctrine2/tests/Doctrine/Tests/DoctrineTestCase.php
2017-03-31 21:59:02 +01:00

13 lines
179 B
PHP

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