From bbede7f65093c4f85a99dc94282809436effc799 Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 30 Jan 2012 20:24:49 -0800 Subject: Issue #1371484 by catch, langworthy, makara, ArtistConk: Fixed Private properties in abstract class DrupalCacheArray. --- modules/simpletest/tests/theme_test.module | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'modules/simpletest/tests/theme_test.module') diff --git a/modules/simpletest/tests/theme_test.module b/modules/simpletest/tests/theme_test.module index 9cec5381d..48e2e83c6 100644 --- a/modules/simpletest/tests/theme_test.module +++ b/modules/simpletest/tests/theme_test.module @@ -1,5 +1,19 @@ 'theme_test.template_test', + ); + $items['theme_test_template_test_2'] = array( + 'template' => 'theme_test.template_test', + ); + + return $items; +} + /** * Implements hook_system_theme_info(). */ -- cgit v1.2.3