summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/LocalisationUpdate/tests/phpunit/reader/JSONReaderTest.php')
-rw-r--r--MLEB/LocalisationUpdate/tests/phpunit/reader/JSONReaderTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/MLEB/LocalisationUpdate/tests/phpunit/reader/JSONReaderTest.php b/MLEB/LocalisationUpdate/tests/phpunit/reader/JSONReaderTest.php
index 11f0a03b..7f49b2e2 100644
--- a/MLEB/LocalisationUpdate/tests/phpunit/reader/JSONReaderTest.php
+++ b/MLEB/LocalisationUpdate/tests/phpunit/reader/JSONReaderTest.php
@@ -7,8 +7,10 @@
namespace LocalisationUpdate;
+use LocalisationUpdate\Reader\JSONReader;
+
/**
- * @covers \LocalisationUpdate\JSONReader
+ * @covers \LocalisationUpdate\Reader\JSONReader
*/
class JSONReaderTest extends \PHPUnit\Framework\TestCase {
/**