Merge "Remove wfProfileIn/wfProfileOut"
[lhc/web/wiklou.git] / tests / phpunit / structure / ExtensionJsonValidationTest.php
index 8ba2aeb..60c97cc 100644 (file)
  * http://www.gnu.org/copyleft/gpl.html
  */
 
-use Composer\Spdx\SpdxLicenses;
-use JsonSchema\Validator;
-
 /**
  * Validates all loaded extensions and skins using the ExtensionRegistry
  * against the extension.json schema in the docs/ folder.
  */
-class ExtensionJsonValidationTest extends PHPUnit_Framework_TestCase {
+class ExtensionJsonValidationTest extends PHPUnit\Framework\TestCase {
+
+       use MediaWikiCoversValidator;
 
        /**
         * @var ExtensionJsonValidator