Jeroen De Dauw has uploaded a new change for review.

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

Change subject: Remove dead var
......................................................................

Remove dead var

Change-Id: If3ae39a941e28c8dbb8cd27a57c0d58a3c2d0c6b
---
M client/tests/phpunit/includes/DataAccess/PropertyParserFunction/RunnerTest.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/78/257578/1

diff --git 
a/client/tests/phpunit/includes/DataAccess/PropertyParserFunction/RunnerTest.php
 
b/client/tests/phpunit/includes/DataAccess/PropertyParserFunction/RunnerTest.php
index 33f58c7..6236ff7 100644
--- 
a/client/tests/phpunit/includes/DataAccess/PropertyParserFunction/RunnerTest.php
+++ 
b/client/tests/phpunit/includes/DataAccess/PropertyParserFunction/RunnerTest.php
@@ -103,7 +103,7 @@
 
                $parser = $this->getParser();
                $frame = $this->getFromFrame( $itemId->getSerialization() );
-               $result = $runner->runPropertyParserFunction( $parser, $frame, 
array( 'Cat', $this->getMock( 'PPNode' ) ) );
+               $runner->runPropertyParserFunction( $parser, $frame, array( 
'Cat', $this->getMock( 'PPNode' ) ) );
 
                // Still 0 as the entity has been loaded before
                $this->assertSame( 0, $parser->mExpensiveFunctionCount );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If3ae39a941e28c8dbb8cd27a57c0d58a3c2d0c6b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>

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

Reply via email to