1
0
Fork 0
forked from lino/radar-wp
radar-wp-custom/vendor/doctrine/common/tests/Doctrine/Tests/DoctrineTestCase.php
2015-02-24 16:25:12 +01:00

10 lines
No EOL
164 B
PHP

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