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 +{ +}