From: Matthew Flaschen Date: Wed, 23 Oct 2013 16:53:00 +0000 (-0400) Subject: Fix doc error in new incr test X-Git-Tag: 1.31.0-rc.0~18425^2 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=613c451286f20a0909be45b0e19b69a7446ec62d;p=lhc%2Fweb%2Fwiklou.git Fix doc error in new incr test It covers all implementations of the abstract class method BagOStuff::incr. Change-Id: I763985477b8564857a0905019c4485dd36f84539 --- diff --git a/tests/phpunit/includes/objectcache/BagOStuffTest.php b/tests/phpunit/includes/objectcache/BagOStuffTest.php index f6667de1f2..aa78394306 100644 --- a/tests/phpunit/includes/objectcache/BagOStuffTest.php +++ b/tests/phpunit/includes/objectcache/BagOStuffTest.php @@ -119,7 +119,7 @@ class BagOStuffTest extends MediaWikiTestCase { } /** - * @covers HashBagOStuff::incr + * @covers BagOStuff::incr */ public function testIncr() { $key = wfMemcKey( 'test' );