From: addshore Date: Tue, 3 Jan 2017 16:25:52 +0000 (+0000) Subject: Add missing QueryAllSpecialPagesTest $queryPages property X-Git-Tag: 1.31.0-rc.0~4402^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=109420606455fbab2076abf2cb15ab3f1d3dc341;p=lhc%2Fweb%2Fwiklou.git Add missing QueryAllSpecialPagesTest $queryPages property Change-Id: Ic19e1b5f656599ed1dc06818403a0a8bca8004b7 --- diff --git a/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php b/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php index 7b5120c78a..1208a20ce0 100644 --- a/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php +++ b/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php @@ -13,6 +13,11 @@ */ class QueryAllSpecialPagesTest extends MediaWikiTestCase { + /** + * @var SpecialPage[] + */ + private $queryPages; + /** List query pages that can not be tested automatically */ protected $manualTest = [ 'LinkSearchPage'