2008-02-08 22:35:27 +03:00
|
|
|
<?php
|
2009-01-04 19:15:32 +03:00
|
|
|
|
|
|
|
#namespace Doctrine\Tests;
|
|
|
|
|
2008-02-09 21:59:19 +03:00
|
|
|
/**
|
|
|
|
* Base testcase class for all Doctrine testcases.
|
|
|
|
*/
|
2008-02-08 22:35:27 +03:00
|
|
|
class Doctrine_TestCase extends PHPUnit_Framework_TestCase
|
|
|
|
{
|
|
|
|
}
|