1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/tests/lib/Doctrine_TestCase.php

7 lines
110 B
PHP
Raw Normal View History

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