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