diff options
Diffstat (limited to 'tests/phpunit/includes/jobqueue/JobQueueMemoryTest.php')
-rw-r--r-- | tests/phpunit/includes/jobqueue/JobQueueMemoryTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/jobqueue/JobQueueMemoryTest.php b/tests/phpunit/includes/jobqueue/JobQueueMemoryTest.php index 521c9ed9099f..6786eb2e2e4e 100644 --- a/tests/phpunit/includes/jobqueue/JobQueueMemoryTest.php +++ b/tests/phpunit/includes/jobqueue/JobQueueMemoryTest.php @@ -5,7 +5,7 @@ use MediaWiki\Title\Title; use MediaWiki\WikiMap\WikiMap; /** - * @covers JobQueueMemory + * @covers \JobQueueMemory * * @group JobQueue * |