amend r113016 , that was for bug 34302
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 5 Mar 2012 11:50:30 +0000 (11:50 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 5 Mar 2012 11:50:30 +0000 (11:50 +0000)
tests/phpunit/includes/PreferencesTest.php

index 47aaf3d..ad2a143 100644 (file)
@@ -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() {