summaryrefslogtreecommitdiff
path: root/modules/simpletest
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-10-13 13:54:55 +0000
committerDries Buytaert <dries@buytaert.net>2009-10-13 13:54:55 +0000
commitdd5ded8334010db30ae880cedd210881f1a97c43 (patch)
treec84349397bdd04eb0778df3b0f1c7b37486f93d8 /modules/simpletest
parentbc9a742f68a02e69a51aa5aa0b6544294697f433 (diff)
downloadbrdo-dd5ded8334010db30ae880cedd210881f1a97c43.tar.gz
brdo-dd5ded8334010db30ae880cedd210881f1a97c43.tar.bz2
- Patch #544360 by Gábor Hojtsy, ksenzee, David_Rothstein, seutje, JacobSingh, paul.lovvik, EclipseGc et al: Dashboard module 1.0. Wo-hoot!
Diffstat (limited to 'modules/simpletest')
-rw-r--r--modules/simpletest/tests/system_test.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/system_test.module b/modules/simpletest/tests/system_test.module
index 192e3f4f0..6926dfe5f 100644
--- a/modules/simpletest/tests/system_test.module
+++ b/modules/simpletest/tests/system_test.module
@@ -183,7 +183,7 @@ function system_test_exit() {
/**
* Implement hook_system_info_alter().
*/
-function system_test_system_info_alter(&$info, $file) {
+function system_test_system_info_alter(&$info, $file, $type) {
// We need a static otherwise the last test will fail to alter common_test.
static $test;
if (($dependencies = variable_get('dependencies', array())) || $test) {