X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fspecials%2FSpecialShortpagesTest.php;h=a5fb50e062cd6b4f028a58f8e87f24cb5a989f3f;hb=90108854ac90da1b1e77a8cece69a34cfe83f962;hp=14c692a9d5fe02077f643027f4efe5632fc8e53e;hpb=8804850f4489fc628df550ae1305fe9f4140bcab;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/specials/SpecialShortpagesTest.php b/tests/phpunit/includes/specials/SpecialShortpagesTest.php index 14c692a9d5..a5fb50e062 100644 --- a/tests/phpunit/includes/specials/SpecialShortpagesTest.php +++ b/tests/phpunit/includes/specials/SpecialShortpagesTest.php @@ -18,7 +18,7 @@ class SpecialShortpagesTest extends MediaWikiTestCase { 'wgShortPagesNamespaceBlacklist' => $blacklistNS, 'wgContentNamespaces' => $contentNS ] ); - $this->setTemporaryHook( 'ShortPagesQuery', function() { + $this->setTemporaryHook( 'ShortPagesQuery', function () { // empty hook handler } );