X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2FProcessCacheLRUTest.php;h=ddb7bfad78be34a2bd8672a975f478740eb245e7;hb=827c6bfa416d9d0de8cc8e22f9f3fa36d8129d44;hp=9c189d12930a933e2fd635ffaf77ac0aab8ca8ec;hpb=4d9803dcbf4f495ec77a802aaa6d0ee72b9c4fd9;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/libs/ProcessCacheLRUTest.php b/tests/phpunit/includes/libs/ProcessCacheLRUTest.php index 9c189d1293..ddb7bfad78 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. @@ -58,6 +60,7 @@ class ProcessCacheLRUTest extends PHPUnit_Framework_TestCase { /** * Highlight diff between assertEquals and assertNotSame + * @coversNothing */ public function testPhpUnitArrayEquality() { $one = [ 'A' => 1, 'B' => 2 ];