Merge "Add @covers tags for more tests"
[lhc/web/wiklou.git] / tests / phpunit / includes / libs / DnsSrvDiscovererTest.php
index 52316f3..264cc00 100644 (file)
@@ -4,6 +4,9 @@
  * @covers DnsSrvDiscoverer
  */
 class DnsSrvDiscovererTest extends PHPUnit_Framework_TestCase {
+
+       use MediaWikiCoversValidator;
+
        /**
         * @dataProvider provideRecords
         */