diff options
Diffstat (limited to 'tests/phpunit/unit/includes/filebackend/lockmanager/LockManagerGroupTest.php')
-rw-r--r-- | tests/phpunit/unit/includes/filebackend/lockmanager/LockManagerGroupTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/unit/includes/filebackend/lockmanager/LockManagerGroupTest.php b/tests/phpunit/unit/includes/filebackend/lockmanager/LockManagerGroupTest.php index cb848e751ed3..75c896e6d2d8 100644 --- a/tests/phpunit/unit/includes/filebackend/lockmanager/LockManagerGroupTest.php +++ b/tests/phpunit/unit/includes/filebackend/lockmanager/LockManagerGroupTest.php @@ -8,7 +8,7 @@ use Wikimedia\Rdbms\LBFactory; * ObjectCache and LoggerFactory that aren't yet compatible with proper unit tests. Those will be * tested in the integration test for now. * - * @covers LockManagerGroup + * @covers \LockManagerGroup */ class LockManagerGroupTest extends MediaWikiUnitTestCase { private function getMockLBFactory() { |