Merge "Update OOjs UI to v0.11.4"
[lhc/web/wiklou.git] / tests / phpunit / includes / SanitizerValidateEmailTest.php
index f13e838..f47e74e 100644 (file)
@@ -2,10 +2,10 @@
 
 /**
  * @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 {
+class SanitizerValidateEmailTest extends PHPUnit_Framework_TestCase {
 
        private function checkEmail( $addr, $expected = true, $msg = '' ) {
                if ( $msg == '' ) {