diff --git a/tests/phpunit/documentation/ReleaseNotesTest.php b/tests/phpunit/unit/documentation/ReleaseNotesTest.php similarity index 97% rename from tests/phpunit/documentation/ReleaseNotesTest.php rename to tests/phpunit/unit/documentation/ReleaseNotesTest.php index 463a1ea9761..f8313c072cf 100644 --- a/tests/phpunit/documentation/ReleaseNotesTest.php +++ b/tests/phpunit/unit/documentation/ReleaseNotesTest.php @@ -3,7 +3,7 @@ /** * James doesn't like having to manually fix these things. */ -class ReleaseNotesTest extends MediaWikiIntegrationTestCase { +class ReleaseNotesTest extends MediaWikiUnitTestCase { /** * Verify that at least one Release Notes file exists, have content, and * aren't overly long.