X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fmaintenance%2FBenchmarkerTest.php;h=c15d789d0ee8e067a933b98b138eadd6bcefa19f;hb=a88f1d6b58613cbfa5c24c97887197a41ce66908;hp=0b8d0d98e457d20f5958b6ba4e36bee93039b8c8;hpb=9bf44d08f938cc9a85dc647b8a00665d5bd01fb6;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/maintenance/BenchmarkerTest.php b/tests/phpunit/maintenance/BenchmarkerTest.php index 0b8d0d98e4..c15d789d0e 100644 --- a/tests/phpunit/maintenance/BenchmarkerTest.php +++ b/tests/phpunit/maintenance/BenchmarkerTest.php @@ -4,13 +4,12 @@ namespace MediaWiki\Tests\Maintenance; use Benchmarker; use MediaWikiCoversValidator; -use PHPUnit_Framework_TestCase; use Wikimedia\TestingAccessWrapper; /** * @covers Benchmarker */ -class BenchmarkerTest extends PHPUnit_Framework_TestCase { +class BenchmarkerTest extends \PHPUnit\Framework\TestCase { use MediaWikiCoversValidator;