2009-01-22 19:38:10 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Doctrine\Tests;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Base testcase class for all Doctrine testcases.
|
|
|
|
*/
|
2009-10-31 22:23:36 +00:00
|
|
|
abstract class DoctrineTestCase extends \PHPUnit_Framework_TestCase
|
2009-01-22 19:38:10 +00:00
|
|
|
{
|
2012-12-14 18:55:49 +00:00
|
|
|
}
|