1
0
mirror of synced 2024-12-05 03:06:05 +03:00
doctrine2/tests/Doctrine/Tests/DoctrineTestCase.php
2012-12-14 18:55:49 +00:00

11 lines
165 B
PHP

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