e8323d294092a5ed06eb1ff8fca5840f613ae41a
[yaffs-website] / vendor / doctrine / cache / tests / Doctrine / Tests / DoctrineTestCase.php
1 <?php
2
3 namespace Doctrine\Tests;
4
5 /**
6  * Base testcase class for all Doctrine testcases.
7  */
8 abstract class DoctrineTestCase extends \PHPUnit_Framework_TestCase
9 {
10 }