1
0
Fork 0
forked from lino/radar-wp
radar-wp-custom/vendor/doctrine/common/tests/Doctrine/Tests/DoctrineTestCase.php

10 lines
164 B
PHP
Raw Normal View History

2015-02-24 16:25:12 +01:00
<?php
namespace Doctrine\Tests;
/**
* Base testcase class for all Doctrine testcases.
*/
abstract class DoctrineTestCase extends \PHPUnit_Framework_TestCase
{
}