diff options
author | Reedy <reedy@wikimedia.org> | 2024-02-16 16:59:24 +0000 |
---|---|---|
committer | Jforrester <jforrester@wikimedia.org> | 2024-02-16 22:39:13 +0000 |
commit | 19c8ca74c2c525a06510bf0bea899b1ee1dda56a (patch) | |
tree | 107b3e200492949b96ef2a73db4586dc6a1fb363 /tests/phpunit/unit/includes/parser/ParserObserverTest.php | |
parent | e94e265a93c3744d931b26989ad8f4e4f03341ff (diff) | |
download | mediawikicore-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.php | 7 |
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 |