From 2741323b9b259cb5e58096ab3e2a1f8fcceedaad Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 5 Mar 2012 11:50:30 +0000 Subject: [PATCH] amend r113016 , that was for bug 34302 --- tests/phpunit/includes/PreferencesTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/phpunit/includes/PreferencesTest.php b/tests/phpunit/includes/PreferencesTest.php index 47aaf3dbf6..ad2a143900 100644 --- a/tests/phpunit/includes/PreferencesTest.php +++ b/tests/phpunit/includes/PreferencesTest.php @@ -26,7 +26,7 @@ class PreferencesTest extends MediaWikiTestCase { } /** - * Placeholder to verify bug 34919 + * Placeholder to verify bug 34302 * @covers Preferences::profilePreferences */ function testEmailFieldsWhenUserHasNoEmail() { @@ -36,7 +36,7 @@ class PreferencesTest extends MediaWikiTestCase { ); } /** - * Placeholder to verify bug 34919 + * Placeholder to verify bug 34302 * @covers Preferences::profilePreferences */ function testEmailFieldsWhenUserEmailNotAuthenticated() { @@ -46,7 +46,7 @@ class PreferencesTest extends MediaWikiTestCase { ); } /** - * Placeholder to verify bug 34919 + * Placeholder to verify bug 34302 * @covers Preferences::profilePreferences */ function testEmailFieldsWhenUserEmailIsAuthenticated() { -- 2.20.1