Index: trunk/phase3/tests/phpunit/includes/PreferencesTest.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | } |
28 | 28 | |
29 | 29 | /** |
30 | | - * Placeholder to verify bug 34919 |
| 30 | + * Placeholder to verify bug 34302 |
31 | 31 | * @covers Preferences::profilePreferences |
32 | 32 | */ |
33 | 33 | function testEmailFieldsWhenUserHasNoEmail() { |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | ); |
38 | 38 | } |
39 | 39 | /** |
40 | | - * Placeholder to verify bug 34919 |
| 40 | + * Placeholder to verify bug 34302 |
41 | 41 | * @covers Preferences::profilePreferences |
42 | 42 | */ |
43 | 43 | function testEmailFieldsWhenUserEmailNotAuthenticated() { |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | ); |
48 | 48 | } |
49 | 49 | /** |
50 | | - * Placeholder to verify bug 34919 |
| 50 | + * Placeholder to verify bug 34302 |
51 | 51 | * @covers Preferences::profilePreferences |
52 | 52 | */ |
53 | 53 | function testEmailFieldsWhenUserEmailIsAuthenticated() { |