diff options
Diffstat (limited to 'MLEB/Translate/tests/phpunit/api/ApiQueryMessageCollectionTest.php')
-rw-r--r-- | MLEB/Translate/tests/phpunit/api/ApiQueryMessageCollectionTest.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/MLEB/Translate/tests/phpunit/api/ApiQueryMessageCollectionTest.php b/MLEB/Translate/tests/phpunit/api/ApiQueryMessageCollectionTest.php index 354fbaea..4e7d3825 100644 --- a/MLEB/Translate/tests/phpunit/api/ApiQueryMessageCollectionTest.php +++ b/MLEB/Translate/tests/phpunit/api/ApiQueryMessageCollectionTest.php @@ -5,11 +5,9 @@ * @license GPL-2.0-or-later */ -/** - * @group medium - */ +/** @group medium */ class ApiQueryMessageCollectionTest extends ApiTestCase { - protected function setUp() : void { + protected function setUp(): void { parent::setUp(); $this->setTemporaryHook( |