X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2FProcessCacheLRUTest.php;h=e027d5b72be4021ca62445bf0510750105109e35;hp=9c189d12930a933e2fd635ffaf77ac0aab8ca8ec;hb=dbad540cd37617879aff6f28ce9c016dd8049d4e;hpb=5a010ca89d8b47bd8e34b4393b67a51b465d0c73 diff --git a/tests/phpunit/includes/libs/ProcessCacheLRUTest.php b/tests/phpunit/includes/libs/ProcessCacheLRUTest.php index 9c189d1293..e027d5b72b 100644 --- a/tests/phpunit/includes/libs/ProcessCacheLRUTest.php +++ b/tests/phpunit/includes/libs/ProcessCacheLRUTest.php @@ -11,6 +11,8 @@ */ class ProcessCacheLRUTest extends PHPUnit_Framework_TestCase { + use MediaWikiCoversValidator; + /** * Helper to verify emptiness of a cache object. * Compare against an array so we get the cache content difference.