Merge "SpecialWantedPages: Use Config instead of globals"
[lhc/web/wiklou.git] / tests / phpunit / includes / SanitizerValidateEmailTest.php
index f13e838..14911f0 100644 (file)
@@ -2,7 +2,7 @@
 
 /**
  * @covers Sanitizer::validateEmail
- * @TODO all test methods in this class should be refactored and...
+ * @todo all test methods in this class should be refactored and...
  *    use a single test method and a single data provider...
  */
 class SanitizerValidateEmailTest extends MediaWikiTestCase {