objectcache: Hard deprecate `ObjectCache::getMainWANInstance()`
[lhc/web/wiklou.git] / tests / phpunit / includes / utils / AvroValidatorTest.php
index caeeaab..cf45f9f 100644 (file)
@@ -4,15 +4,15 @@
  *
  * Ported from /t/inc/IP.t by avar.
  *
- * @group IP
  * @todo Test methods in this call should be split into a method and a
  * dataprovider.
  */
 
 /**
+ * @group IP
  * @covers AvroValidator
  */
-class AvroValidatorTest extends PHPUnit_Framework_TestCase {
+class AvroValidatorTest extends PHPUnit\Framework\TestCase {
 
        use MediaWikiCoversValidator;