X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2FProcessCacheLRUTest.php;h=ddb7bfad78be34a2bd8672a975f478740eb245e7;hb=4ad03aa11dacd2f443105e43fd1429398aa73bdc;hp=e027d5b72be4021ca62445bf0510750105109e35;hpb=75160bdd3b4ac3642d147cda46e47c809999937d;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/libs/ProcessCacheLRUTest.php b/tests/phpunit/includes/libs/ProcessCacheLRUTest.php index e027d5b72b..ddb7bfad78 100644 --- a/tests/phpunit/includes/libs/ProcessCacheLRUTest.php +++ b/tests/phpunit/includes/libs/ProcessCacheLRUTest.php @@ -60,6 +60,7 @@ class ProcessCacheLRUTest extends PHPUnit_Framework_TestCase { /** * Highlight diff between assertEquals and assertNotSame + * @coversNothing */ public function testPhpUnitArrayEquality() { $one = [ 'A' => 1, 'B' => 2 ];