diff options
Diffstat (limited to 'tests/phpunit/includes/exception/ReadOnlyErrorTest.php')
-rw-r--r-- | tests/phpunit/includes/exception/ReadOnlyErrorTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/exception/ReadOnlyErrorTest.php b/tests/phpunit/includes/exception/ReadOnlyErrorTest.php index e0a4999c35f5..734d45e4534d 100644 --- a/tests/phpunit/includes/exception/ReadOnlyErrorTest.php +++ b/tests/phpunit/includes/exception/ReadOnlyErrorTest.php @@ -3,7 +3,7 @@ use MediaWiki\Tests\Unit\DummyServicesTrait; /** - * @covers ReadOnlyError + * @covers \ReadOnlyError * @author Addshore */ class ReadOnlyErrorTest extends MediaWikiIntegrationTestCase { |