Commit fd037df1 authored by Tobias Schultze's avatar Tobias Schultze

DoctrineTestCase is not used and is a remnant pre-split

parent c7f0c638
...@@ -5,6 +5,6 @@ namespace Doctrine\Tests; ...@@ -5,6 +5,6 @@ namespace Doctrine\Tests;
/** /**
* Base testcase class for all dbal testcases. * Base testcase class for all dbal testcases.
*/ */
class DbalTestCase extends DoctrineTestCase abstract class DbalTestCase extends \PHPUnit_Framework_TestCase
{ {
} }
<?php
namespace Doctrine\Tests;
/**
* Base testcase class for all Doctrine testcases.
*/
abstract class DoctrineTestCase extends \PHPUnit_Framework_TestCase
{
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment