Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/215095

Change subject: Don't supply a custom prefix to StripState constructor in test
......................................................................

Don't supply a custom prefix to StripState constructor in test

This test appears to have already been refactored away in master,
but it is a blocker to cherry-picking I31d4556bb to 1.26wmf8, which I would
like to do. I figure it is more practical to make a tiny amendment directly in
the production branch than do a whole new build.

Change-Id: Iddca89a228f5bcd4fc29287446e637b955780883
---
M 
extensions/Wikibase/client/tests/phpunit/includes/Hooks/ParserAfterParseHookHandlerTest.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikidata 
refs/changes/95/215095/1

diff --git 
a/extensions/Wikibase/client/tests/phpunit/includes/Hooks/ParserAfterParseHookHandlerTest.php
 
b/extensions/Wikibase/client/tests/phpunit/includes/Hooks/ParserAfterParseHookHandlerTest.php
index 2a30e26..b8fe99d 100644
--- 
a/extensions/Wikibase/client/tests/phpunit/includes/Hooks/ParserAfterParseHookHandlerTest.php
+++ 
b/extensions/Wikibase/client/tests/phpunit/includes/Hooks/ParserAfterParseHookHandlerTest.php
@@ -357,7 +357,7 @@
                $handler = $this->newParserAfterParseHookHandler();
 
                $text = '';
-               $stripState = new StripState( 'x' );
+               $stripState = new StripState();
                $handler->doParserAfterParse( $parser, $text, $stripState );
 
                $parserOutput = $parser->getOutput();

-- 
To view, visit https://gerrit.wikimedia.org/r/215095
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iddca89a228f5bcd4fc29287446e637b955780883
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikidata
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to