From 613c451286f20a0909be45b0e19b69a7446ec62d Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Wed, 23 Oct 2013 12:53:00 -0400 Subject: [PATCH] Fix doc error in new incr test It covers all implementations of the abstract class method BagOStuff::incr. Change-Id: I763985477b8564857a0905019c4485dd36f84539 --- tests/phpunit/includes/objectcache/BagOStuffTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- 2.20.1