jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
Thiemo Mättig (WMDE): Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: If3ae39a941e28c8dbb8cd27a57c0d58a3c2d0c6b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits