From 63e7a3af783ad6706ee114c2c994fd9fb2559051 Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Wed, 19 Sep 2007 16:28:23 +0000 Subject: [PATCH] Initial entry. --- tests/MigrationTestCase.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tests/MigrationTestCase.php diff --git a/tests/MigrationTestCase.php b/tests/MigrationTestCase.php new file mode 100644 index 000000000..e35298b6d --- /dev/null +++ b/tests/MigrationTestCase.php @@ -0,0 +1,35 @@ +. + */ + +/** + * Doctrine_Migration_TestCase + * + * @package Doctrine + * @author Konsta Vesterinen + * @license http://www.opensource.org/licenses/lgpl-license.php LGPL + * @category Object Relational Mapping + * @link www.phpdoctrine.com + * @since 1.0 + * @version $Revision$ + */ +class Doctrine_Migration_TestCase extends Doctrine_UnitTestCase +{ +}