X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FPreferencesTest.php;h=5841bb6f07ff51b28c7bb5cf7e1902fc45d1799a;hb=90c13419f0899218ac5437e6102658dd6e73b63f;hp=3dec2da0416b978bf11278268b874e352dfd983a;hpb=580d6f42d9835e5e64477c7f69fcd06787e9297f;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/PreferencesTest.php b/tests/phpunit/includes/PreferencesTest.php index 3dec2da041..5841bb6f07 100644 --- a/tests/phpunit/includes/PreferencesTest.php +++ b/tests/phpunit/includes/PreferencesTest.php @@ -81,9 +81,9 @@ class PreferencesTest extends MediaWikiTestCase { protected function prefsFor( $user_key ) { $preferences = array(); Preferences::profilePreferences( - $this->prefUsers[$user_key] - , $this->context - , $preferences + $this->prefUsers[$user_key], + $this->context, + $preferences ); return $preferences;