X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2FMapCacheLRUTest.php;h=2a962b796b2d082e2acde68144a74c9cc1421370;hb=01c63a5eb5608e9eb6579f2948c237752214cf1c;hp=363b081bca08fb309d2d9e6f8ed31e7ae268a17a;hpb=fe4b09380562976aea9f06e59d342fff8d91b026;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;