X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2FIEUrlExtensionTest.php;h=03c7b0c05cf2e0669396225dd468cee6c162eaa4;hb=63d96c15fde8d4d2842aa50c5ed2ce594aa0c674;hp=57668e505c4e72e6b885925dbd76a63a5ecf7907;hpb=e3a3f2293b4401772508456fc83afc94ea179b31;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/libs/IEUrlExtensionTest.php b/tests/phpunit/includes/libs/IEUrlExtensionTest.php index 57668e505c..03c7b0c05c 100644 --- a/tests/phpunit/includes/libs/IEUrlExtensionTest.php +++ b/tests/phpunit/includes/libs/IEUrlExtensionTest.php @@ -5,7 +5,10 @@ * @todo tests below for findIE6Extension should be split into... * ...a dataprovider and test method. */ -class IEUrlExtensionTest extends PHPUnit_Framework_TestCase { +class IEUrlExtensionTest extends PHPUnit\Framework\TestCase { + + use MediaWikiCoversValidator; + /** * @covers IEUrlExtension::findIE6Extension */