X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2FMemoizedCallableTest.php;h=ba8af9352e15db3de08b8e44bfc1180aa7920c3e;hb=827c6bfa416d9d0de8cc8e22f9f3fa36d8129d44;hp=d99c58781cc1f41583488ad22347903f31ac0d69;hpb=730d7f603785d836371ab36734ce560b0872f914;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/libs/MemoizedCallableTest.php b/tests/phpunit/includes/libs/MemoizedCallableTest.php index d99c58781c..ba8af9352e 100644 --- a/tests/phpunit/includes/libs/MemoizedCallableTest.php +++ b/tests/phpunit/includes/libs/MemoizedCallableTest.php @@ -26,6 +26,8 @@ class ArrayBackedMemoizedCallable extends MemoizedCallable { */ class MemoizedCallableTest extends PHPUnit_Framework_TestCase { + use MediaWikiCoversValidator; + /** * The memoized callable should relate inputs to outputs in the same * way as the original underlying callable.