X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2Frdbms%2FTransactionProfilerTest.php;h=538d625cc2a2b2b3a487e5ec6867a3ecfadba274;hb=63d96c15fde8d4d2842aa50c5ed2ce594aa0c674;hp=25613fed6bd513567519a4bb9067583db62f47cf;hpb=5ca4a8000d3f998886b030fe6907b4ea8bb7dd9e;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/libs/rdbms/TransactionProfilerTest.php b/tests/phpunit/includes/libs/rdbms/TransactionProfilerTest.php index 25613fed6b..538d625cc2 100644 --- a/tests/phpunit/includes/libs/rdbms/TransactionProfilerTest.php +++ b/tests/phpunit/includes/libs/rdbms/TransactionProfilerTest.php @@ -6,7 +6,7 @@ use Psr\Log\LoggerInterface; /** * @covers \Wikimedia\Rdbms\TransactionProfiler */ -class TransactionProfilerTest extends PHPUnit_Framework_TestCase { +class TransactionProfilerTest extends PHPUnit\Framework\TestCase { use MediaWikiCoversValidator;