Doctrine_TestCase.php 128 Bytes
Newer Older
1
<?php
romanb's avatar
romanb committed
2 3 4
/**
 * Base testcase class for all Doctrine testcases.
 */
5 6
class Doctrine_TestCase extends PHPUnit_Framework_TestCase
{
romanb's avatar
romanb committed
7

8
}