From d3a7b438f5dadcab0d93a133bc49b3483e8b6600 Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 10 May 2007 19:27:20 +0000 Subject: [PATCH] --- tests/NewCoreTestCase.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 tests/NewCoreTestCase.php diff --git a/tests/NewCoreTestCase.php b/tests/NewCoreTestCase.php new file mode 100644 index 000000000..ee207132f --- /dev/null +++ b/tests/NewCoreTestCase.php @@ -0,0 +1,39 @@ +. + */ + +/** + * Doctrine_NewCore_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_NewCore_TestCase extends Doctrine_UnitTestCase +{ + public function testHydrate() + { + + } +}