jenkins-bot has submitted this change and it was merged.

Change subject: Remove unused local variable
......................................................................


Remove unused local variable

Change-Id: I66df13476812d25f40c8f1197698cc180146d8fe
---
M tests/phpunit/CachedStatTest.php
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  KartikMistry: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/phpunit/CachedStatTest.php b/tests/phpunit/CachedStatTest.php
index 7aef54c..5834dbf 100644
--- a/tests/phpunit/CachedStatTest.php
+++ b/tests/phpunit/CachedStatTest.php
@@ -37,8 +37,6 @@
        }
 
        public function testAllowMiss() {
-               $value = 'test';
-
                $updater = $this->getMock( 'NullUpdater' );
                $updater->expects( $this->never() )
                        ->method( 'calculate' );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I66df13476812d25f40c8f1197698cc180146d8fe
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/TwnMainPage
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: KartikMistry <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to