X-Git-Url: https://git.heureux-cyclage.org/index.php?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2FMapCacheLRUTest.php;h=2a962b796b2d082e2acde68144a74c9cc1421370;hb=54d50ef3921dc9f30dc4d863ddc471dc564998e9;hp=363b081bca08fb309d2d9e6f8ed31e7ae268a17a;hpb=4ad03aa11dacd2f443105e43fd1429398aa73bdc;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/libs/MapCacheLRUTest.php b/tests/phpunit/includes/libs/MapCacheLRUTest.php index 363b081bca..2a962b796b 100644 --- a/tests/phpunit/includes/libs/MapCacheLRUTest.php +++ b/tests/phpunit/includes/libs/MapCacheLRUTest.php @@ -2,7 +2,7 @@ /** * @group Cache */ -class MapCacheLRUTest extends PHPUnit_Framework_TestCase { +class MapCacheLRUTest extends PHPUnit\Framework\TestCase { use MediaWikiCoversValidator;