summaryrefslogtreecommitdiff
path: root/modules/system/tests/system_cron_test.info
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2016-02-01 23:35:16 -0500
committerDavid Rothstein <drothstein@gmail.com>2016-02-01 23:35:16 -0500
commite6e00e8444caa3dce647ce46b01256084ce2048c (patch)
treea6934f13afc88567127a3b2604dc2a1ef1809d2e /modules/system/tests/system_cron_test.info
parent11e18568f951cb431b0e0e6514767f2516e0d75b (diff)
downloadbrdo-e6e00e8444caa3dce647ce46b01256084ce2048c.tar.gz
brdo-e6e00e8444caa3dce647ce46b01256084ce2048c.tar.bz2
Issue #1191290 by klausi, David_Rothstein, Fabianx: system_cron() should not invoke hook_flush_caches() on every cron run
Diffstat (limited to 'modules/system/tests/system_cron_test.info')
-rw-r--r--modules/system/tests/system_cron_test.info6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/system/tests/system_cron_test.info b/modules/system/tests/system_cron_test.info
new file mode 100644
index 000000000..3d171ccc4
--- /dev/null
+++ b/modules/system/tests/system_cron_test.info
@@ -0,0 +1,6 @@
+name = System Cron Test
+description = 'Support module for testing the system_cron().'
+package = Testing
+version = VERSION
+core = 7.x
+hidden = TRUE