diff --git a/tests/phpunit/structure/ScopeStructureTest.php b/tests/phpunit/unit/ScopeStructureTest.php similarity index 96% rename from tests/phpunit/structure/ScopeStructureTest.php rename to tests/phpunit/unit/ScopeStructureTest.php index 90a8a2a0058..110b07df055 100644 --- a/tests/phpunit/structure/ScopeStructureTest.php +++ b/tests/phpunit/unit/ScopeStructureTest.php @@ -9,7 +9,7 @@ use PhpParser\PhpVersion; /** * @coversNothing */ -class ScopeStructureTest extends MediaWikiIntegrationTestCase { +class ScopeStructureTest extends MediaWikiUnitTestCase { public static function provideAutoloadNoFileScope() { global $wgAutoloadLocalClasses;