Add tests for ExtensionJsonValidator
[lhc/web/wiklou.git] / tests / phpunit / includes / WikiReferenceTest.php
index 724dd60..dc2e9ae 100644 (file)
@@ -3,9 +3,10 @@
 /**
  * @covers WikiReference
  */
-
 class WikiReferenceTest extends PHPUnit_Framework_TestCase {
 
+       use MediaWikiCoversValidator;
+
        public function provideGetDisplayName() {
                return [
                        'http' => [ 'foo.bar', 'http://foo.bar' ],