X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2FProcessCacheLRUTest.php;h=e027d5b72be4021ca62445bf0510750105109e35;hb=dbad540cd37617879aff6f28ce9c016dd8049d4e;hp=9c189d12930a933e2fd635ffaf77ac0aab8ca8ec;hpb=f63acd735cfc9e12aa6e33d0b81bbc3718a4fe4f;p=lhc%2Fweb%2Fwiklou.git 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.