Addshore has uploaded a new change for review.
https://gerrit.wikimedia.org/r/154709
Change subject: Remove unused private var and fix phpdoc
......................................................................
Remove unused private var and fix phpdoc
Change-Id: I4a9d5f19cb0255067895f16dde4bc6d7376d904f
---
M tests/phpunit/includes/specials/SpecialSearchTest.php
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/09/154709/1
diff --git a/tests/phpunit/includes/specials/SpecialSearchTest.php
b/tests/phpunit/includes/specials/SpecialSearchTest.php
index 1f1d750..edcd877 100644
--- a/tests/phpunit/includes/specials/SpecialSearchTest.php
+++ b/tests/phpunit/includes/specials/SpecialSearchTest.php
@@ -8,7 +8,6 @@
*/
class SpecialSearchTest extends MediaWikiTestCase {
- private $search;
/**
* @covers SpecialSearch::load
@@ -18,7 +17,8 @@
* @param array $userOptions User options to test with. For example:
* array('searchNs5' => 1 );. Null to use default options.
* @param string $expectedProfile An expected search profile name
- * @param array $expectedNs Expected namespaces
+ * @param array $expectedNS Expected namespaces
+ * @param string $message
*/
public function testProfileAndNamespaceLoading( $requested,
$userOptions,
$expectedProfile, $expectedNS, $message = 'Profile name and
namespaces mismatches!'
--
To view, visit https://gerrit.wikimedia.org/r/154709
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a9d5f19cb0255067895f16dde4bc6d7376d904f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits