2008-02-08 19:35:27 +00:00
|
|
|
<?php
|
2008-02-09 18:59:19 +00:00
|
|
|
/**
|
|
|
|
* Base testcase class for all Doctrine testcases.
|
|
|
|
*/
|
2008-02-08 19:35:27 +00:00
|
|
|
class Doctrine_TestCase extends PHPUnit_Framework_TestCase
|
|
|
|
{
|
2008-02-10 14:32:05 +00:00
|
|
|
|
2008-02-08 19:35:27 +00:00
|
|
|
}
|