tikiwiki/packages/tiki-pkg-mediaalchemyst/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.php
2023-11-20 20:52:04 +00:00

13 lines
179 B
PHP
Executable File

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