X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fspecials%2FQueryAllSpecialPagesTest.php;h=061e59823ada07a8d0d5bdc6d04875d6397ff712;hb=7331bc46e005ec5dbae0ed7e27fda17c5065f821;hp=f92dc66fc03bb6c8bbd55fa1fb24fd8a6a461203;hpb=bd2a78a159ce6d9f7b27fd75d05570228b44c3cb;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php b/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php index f92dc66fc0..061e59823a 100644 --- a/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php +++ b/tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php @@ -14,9 +14,9 @@ class QueryAllSpecialPagesTest extends MediaWikiTestCase { /** List query pages that can not be tested automatically */ - protected $manualTest = array( + protected $manualTest = [ 'LinkSearchPage' - ); + ]; /** * Pages whose query use the same DB table more than once. @@ -24,9 +24,9 @@ class QueryAllSpecialPagesTest extends MediaWikiTestCase { * which does not support reopening a temporary table. See upstream bug: * http://bugs.mysql.com/bug.php?id=10327 */ - protected $reopensTempTable = array( + protected $reopensTempTable = [ 'BrokenRedirects', - ); + ]; /** * Initialize all query page objects