Siebrand has uploaded a new change for review.

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


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/TwnMainPage 
refs/changes/46/102646/1

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: newchange
Gerrit-Change-Id: I66df13476812d25f40c8f1197698cc180146d8fe
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TwnMainPage
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to