Fix doc error in new incr test
authorMatthew Flaschen <mflaschen@wikimedia.org>
Wed, 23 Oct 2013 16:53:00 +0000 (12:53 -0400)
committerMattflaschen <mflaschen@wikimedia.org>
Wed, 23 Oct 2013 16:56:05 +0000 (16:56 +0000)
It covers all implementations of the abstract class method BagOStuff::incr.

Change-Id: I763985477b8564857a0905019c4485dd36f84539

tests/phpunit/includes/objectcache/BagOStuffTest.php

index f6667de..aa78394 100644 (file)
@@ -119,7 +119,7 @@ class BagOStuffTest extends MediaWikiTestCase {
        }
 
        /**
-        * @covers HashBagOStuff::incr
+        * @covers BagOStuff::incr
         */
        public function testIncr() {
                $key = wfMemcKey( 'test' );