1
0
mirror of synced 2025-02-23 15:43:14 +03:00
doctrine2/tests/lib/Doctrine_TestCase.php

6 lines
107 B
PHP
Raw Normal View History

2008-02-08 19:35:27 +00:00
<?php
require_once 'PHPUnit/Framework.php';
class Doctrine_TestCase extends PHPUnit_Framework_TestCase
{
}