<?php
/** * Base testcase class for all Doctrine testcases. */
class Doctrine_TestCase extends PHPUnit_Framework_TestCase {
}