Make ReleaseNotesTest a pure unit test
Change-Id: I935ef42a971924486bf2b1a7a9f41610262d0375
This commit is contained in:
parent
9834fd052c
commit
a580c63007
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
Loading…
Reference in a new issue