From 919d050fe0332d3b2c9fc09e651197b234c74d5d Mon Sep 17 00:00:00 2001 From: zYne Date: Fri, 20 Jul 2007 19:25:50 +0000 Subject: [PATCH] --- tests/Search/IndexerTestCase.php | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tests/Search/IndexerTestCase.php diff --git a/tests/Search/IndexerTestCase.php b/tests/Search/IndexerTestCase.php new file mode 100644 index 000000000..0b7d5ac66 --- /dev/null +++ b/tests/Search/IndexerTestCase.php @@ -0,0 +1,36 @@ +. + */ + +/** + * Doctrine_Search_Indexer_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_Search_Indexer_TestCase extends Doctrine_UnitTestCase +{ + +}