summaryrefslogtreecommitdiff
path: root/modules/block/tests/block_test.module
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-12-11 00:12:37 -0600
committerwebchick <webchick@24967.no-reply.drupal.org>2011-12-11 00:12:37 -0600
commit11d884bee7d0e00ede4cc0c3c147d787292b9b29 (patch)
tree6a0abc1a72734a854aac6b6f351d9f6b472402a8 /modules/block/tests/block_test.module
parenta2588037892138ab71f6249816fd3c909fa2ee3d (diff)
downloadbrdo-11d884bee7d0e00ede4cc0c3c147d787292b9b29.tar.gz
brdo-11d884bee7d0e00ede4cc0c3c147d787292b9b29.tar.bz2
Issue #953336 by sun: Fixed Contributed modules are not able to test theme-related functionality.
Diffstat (limited to 'modules/block/tests/block_test.module')
-rw-r--r--modules/block/tests/block_test.module8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/block/tests/block_test.module b/modules/block/tests/block_test.module
index 2abc433c9..5e06d5cf5 100644
--- a/modules/block/tests/block_test.module
+++ b/modules/block/tests/block_test.module
@@ -6,6 +6,14 @@
*/
/**
+ * Implements hook_system_theme_info().
+ */
+function block_test_system_theme_info() {
+ $themes['block_test_theme'] = drupal_get_path('module', 'block_test') . '/themes/block_test_theme/block_test_theme.info';
+ return $themes;
+}
+
+/**
* Implements hook_block_info().
*/
function block_test_block_info() {