summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/tests/phpunit/utils/MessageWebImporterTest.php')
-rw-r--r--MLEB/Translate/tests/phpunit/utils/MessageWebImporterTest.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/MLEB/Translate/tests/phpunit/utils/MessageWebImporterTest.php b/MLEB/Translate/tests/phpunit/utils/MessageWebImporterTest.php
index 0c9dd7b1..69a6f810 100644
--- a/MLEB/Translate/tests/phpunit/utils/MessageWebImporterTest.php
+++ b/MLEB/Translate/tests/phpunit/utils/MessageWebImporterTest.php
@@ -1,12 +1,10 @@
<?php
-/**
- * @group Database
- */
+/** @group Database */
class MessageWebImporterTest extends MediaWikiIntegrationTestCase {
private const PAGE = 'MediaWiki:' . __METHOD__ . '_translated';
- protected function setUp() : void {
+ protected function setUp(): void {
parent::setUp();
$this->setTemporaryHook( 'TranslatePostInitGroups', [ $this, 'getTestGroups' ] );
@@ -27,9 +25,7 @@ class MessageWebImporterTest extends MediaWikiIntegrationTestCase {
return false;
}
- /**
- * @covers MessageWebImporter::doFuzzy
- */
+ /** @covers MessageWebImporter::doFuzzy */
public function testDoFuzzy() {
$this->assertTrue(
$this->editPage( self::PAGE . '/en', 'English Original' )->isGood(),