1
0
mirror of synced 2025-02-23 07:33:14 +03:00
doctrine2/tests/lib/Doctrine_TestCase.php
2008-02-08 20:50:05 +00:00

6 lines
107 B
PHP

<?php
require_once 'PHPUnit/Framework.php';
class Doctrine_TestCase extends PHPUnit_Framework_TestCase
{
}