X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fstructure%2FExtensionJsonValidationTest.php;h=60c97ccfac1436a09e048bcf73eba248fab70e53;hb=291a9237dcd761bc250bfad9a9bf0cd04be071a2;hp=0cf4659471b619e9a6bb32c59020426a24f41309;hpb=16c80e429be5904fb42a93f260f8de3d18f0c692;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/structure/ExtensionJsonValidationTest.php b/tests/phpunit/structure/ExtensionJsonValidationTest.php index 0cf4659471..60c97ccfac 100644 --- a/tests/phpunit/structure/ExtensionJsonValidationTest.php +++ b/tests/phpunit/structure/ExtensionJsonValidationTest.php @@ -20,7 +20,7 @@ * 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;