From ddad4162ca1868de31330af98dbe01ebe7a2a37c Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 10 Jun 2007 19:31:28 +0000 Subject: [PATCH] added doc block --- tests/DataDict/InformixTestCase.php | 37 +++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) 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 +{ }