7 lines
110 B
PHP
7 lines
110 B
PHP
|
<?php
|
||
|
require_once 'PHPUnit/Framework.php';
|
||
|
|
||
|
class Doctrine_TestCase extends PHPUnit_Framework_TestCase
|
||
|
{
|
||
|
|
||
|
}
|