CRMEB/vendor/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.php
2019-09-16 18:16:19 +08:00

10 lines
164 B
PHP

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