Pony.fm/vendor/doctrine/annotations/tests/Doctrine/Tests/DoctrineTestCase.php
2013-07-25 16:33:12 -05: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
{
}