summaryrefslogtreecommitdiff
path: root/modules/system/system.test
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-12-08 21:41:54 +0000
committerDries Buytaert <dries@buytaert.net>2008-12-08 21:41:54 +0000
commit55382d04a7438210bef7252dec960b3e8a00c263 (patch)
tree08e578ca6d4068a61c1bb44a193418e50a9c0ddf /modules/system/system.test
parent372846e1dcac8f28ce0ace61c0e7da3993f23cef (diff)
downloadbrdo-55382d04a7438210bef7252dec960b3e8a00c263.tar.gz
brdo-55382d04a7438210bef7252dec960b3e8a00c263.tar.bz2
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
Diffstat (limited to 'modules/system/system.test')
-rw-r--r--modules/system/system.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.test b/modules/system/system.test
index 7e039428b..8a888a052 100644
--- a/modules/system/system.test
+++ b/modules/system/system.test
@@ -132,7 +132,7 @@ class EnableDisableCoreTestCase extends DrupalWebTestCase {
* @param array $modules Modules to check.
* @param boolean $enabled Module state.
*/
- function assertModules(Array $modules, $enabled) {
+ function assertModules(array $modules, $enabled) {
module_list(TRUE);
foreach ($modules as $module) {
if ($enabled) {