diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2024-02-02 17:14:37 -0500 |
---|---|---|
committer | Reedy <reedy@wikimedia.org> | 2024-02-16 21:32:22 +0000 |
commit | d6fd1436a3ffddddb149273bbf1d4fbbf96d987c (patch) | |
tree | 09a9f8962011674b70c7653bddb55cde5c09c9c4 /tests/phpunit/includes/ResourceLoader/LessVarFileModuleTest.php | |
parent | 0cf31aa4559035dd92d8cddb67b44718376dbcf0 (diff) | |
download | mediawikicore-d6fd1436a3ffddddb149273bbf1d4fbbf96d987c.tar.gz mediawikicore-d6fd1436a3ffddddb149273bbf1d4fbbf96d987c.zip |
tests: Namespace ResourceLoaderTestCase and friends
Leave class aliases behind because they might be being used somewhere,
but we don't normally flag these kinds of things in the release notes,
do we?
Bug: T357823
Change-Id: I7fc7f34494d5c4df81f6746d63df1d0f990f8ae9
Diffstat (limited to 'tests/phpunit/includes/ResourceLoader/LessVarFileModuleTest.php')
-rw-r--r-- | tests/phpunit/includes/ResourceLoader/LessVarFileModuleTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/ResourceLoader/LessVarFileModuleTest.php b/tests/phpunit/includes/ResourceLoader/LessVarFileModuleTest.php index 60f08b03ffa9..042b44bb8bdb 100644 --- a/tests/phpunit/includes/ResourceLoader/LessVarFileModuleTest.php +++ b/tests/phpunit/includes/ResourceLoader/LessVarFileModuleTest.php @@ -4,7 +4,6 @@ namespace MediaWiki\Tests\ResourceLoader; use MediaWiki\ResourceLoader\LessVarFileModule; use ReflectionMethod; -use ResourceLoaderTestCase; /** * @group ResourceLoader |