aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/parser/ParserObserverTest.php
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2024-02-16 16:59:24 +0000
committerJforrester <jforrester@wikimedia.org>2024-02-16 22:39:13 +0000
commit19c8ca74c2c525a06510bf0bea899b1ee1dda56a (patch)
tree107b3e200492949b96ef2a73db4586dc6a1fb363 /tests/phpunit/unit/includes/parser/ParserObserverTest.php
parente94e265a93c3744d931b26989ad8f4e4f03341ff (diff)
downloadmediawikicore-19c8ca74c2c525a06510bf0bea899b1ee1dda56a.tar.gz
mediawikicore-19c8ca74c2c525a06510bf0bea899b1ee1dda56a.zip
tests: Add or fix Parser test namespaces
Bug: T357823 Change-Id: I1d07ff559f4607ba98bc834a1432e014f3ebdd35
Diffstat (limited to 'tests/phpunit/unit/includes/parser/ParserObserverTest.php')
-rw-r--r--tests/phpunit/unit/includes/parser/ParserObserverTest.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/phpunit/unit/includes/parser/ParserObserverTest.php b/tests/phpunit/unit/includes/parser/ParserObserverTest.php
index 2e96bd9c746c..4b3479b14162 100644
--- a/tests/phpunit/unit/includes/parser/ParserObserverTest.php
+++ b/tests/phpunit/unit/includes/parser/ParserObserverTest.php
@@ -1,7 +1,14 @@
<?php
+namespace MediaWiki\Tests\Parser;
+
+use DummyContentForTesting;
use MediaWiki\Parser\ParserObserver;
use MediaWiki\Title\Title;
+use MediaWikiUnitTestCase;
+use ParserOptions;
+use ParserOutput;
+use TestLogger;
/**
* @covers \MediaWiki\Parser\ParserObserver