summaryrefslogtreecommitdiff
path: root/themes/tests/test_theme/test_theme.info
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 /themes/tests/test_theme/test_theme.info
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 'themes/tests/test_theme/test_theme.info')
-rw-r--r--themes/tests/test_theme/test_theme.info16
1 files changed, 0 insertions, 16 deletions
diff --git a/themes/tests/test_theme/test_theme.info b/themes/tests/test_theme/test_theme.info
deleted file mode 100644
index dd5584b0b..000000000
--- a/themes/tests/test_theme/test_theme.info
+++ /dev/null
@@ -1,16 +0,0 @@
-name = Test theme
-description = Theme for testing the theme system
-core = 7.x
-hidden = TRUE
-
-; Normally, themes may list CSS files like this, and if they exist in the theme
-; folder, then they get added to the page. If they have the same file name as a
-; module CSS file, then the theme's version overrides the module's version, so
-; that the module's version is not added to the page. Additionally, a theme may
-; have an entry like this one, without having the corresponding CSS file in the
-; theme's folder, and in this case, it just stops the module's version from
-; being loaded, and does not replace it with an alternate version. We have this
-; here in order for a test to ensure that this correctly prevents the module
-; version from being loaded, and that errors aren't caused by the lack of this
-; file within the theme folder.
-stylesheets[all][] = system.base.css