Check line length of HISTORY
Slight modifications, almost all for URLs. Change-Id: I612852e9a677a6a14fd48e2ccd7fcb998da9152a
This commit is contained in:
parent
549bc9ee04
commit
bd292da07f
2 changed files with 1384 additions and 1223 deletions
|
|
@ -34,7 +34,14 @@ class ReleaseNotesTest extends MediaWikiTestCase {
|
|||
}
|
||||
|
||||
// Also test the README and similar files
|
||||
$otherFiles = [ "$IP/COPYING", "$IP/FAQ", "$IP/INSTALL", "$IP/README", "$IP/SECURITY" ];
|
||||
$otherFiles = [
|
||||
"$IP/COPYING",
|
||||
"$IP/FAQ",
|
||||
"$IP/HISTORY",
|
||||
"$IP/INSTALL",
|
||||
"$IP/README",
|
||||
"$IP/SECURITY"
|
||||
];
|
||||
|
||||
foreach ( $otherFiles as $index => $fileName ) {
|
||||
$this->assertFileLength( "Help", $fileName );
|
||||
|
|
|
|||
Loading…
Reference in a new issue