diff --git a/tests/DataDict/InformixTestCase.php b/tests/DataDict/InformixTestCase.php index 7fa494e6a..cfa9f037b 100644 --- a/tests/DataDict/InformixTestCase.php +++ b/tests/DataDict/InformixTestCase.php @@ -1,7 +1,36 @@ . + */ + +/** + * Doctrine_DataDict_Informix_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_DataDict_Informix_TestCase extends Doctrine_UnitTestCase +{ }