X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fobjectcache%2FRedisBagOStuffTest.php;h=ea58e4a12dabc7b36a15a684a14d0d082b158a05;hb=9a6b2a4fffb82840d0bf780eb4ecb873ad64fa54;hp=34a72cec5dffb129f460a1a53974ef474c097a5c;hpb=d42d6bd868fd5b579080639995e6a7e23851fcf3;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/objectcache/RedisBagOStuffTest.php b/tests/phpunit/includes/objectcache/RedisBagOStuffTest.php index 34a72cec5d..ea58e4a12d 100644 --- a/tests/phpunit/includes/objectcache/RedisBagOStuffTest.php +++ b/tests/phpunit/includes/objectcache/RedisBagOStuffTest.php @@ -6,6 +6,9 @@ use Wikimedia\TestingAccessWrapper; * @group BagOStuff */ class RedisBagOStuffTest extends PHPUnit_Framework_TestCase { + + use MediaWikiCoversValidator; + /** @var RedisBagOStuff */ private $cache;