1
0
Fork 0
mirror of synced 2025-03-30 03:30:13 +03:00
doctrine2/tests/lib/Doctrine_TestCase.php
2008-02-08 20:50:05 +00:00

6 lines
No EOL
107 B
PHP

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