tikiwiki/packages/tiki-pkg-mediaalchemyst/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.php

13 lines
179 B
PHP
Raw Permalink Normal View History

2023-11-20 21:52:04 +01:00
<?php
namespace Doctrine\Tests;
use PHPUnit\Framework\TestCase;
/**
* Base testcase class for all Doctrine testcases.
*/
abstract class DoctrineTestCase extends TestCase
{
}