diff options
Diffstat (limited to 'tests/phpunit/unit/documentation')
-rw-r--r-- | tests/phpunit/unit/documentation/ReleaseNotesTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/unit/documentation/ReleaseNotesTest.php b/tests/phpunit/unit/documentation/ReleaseNotesTest.php index f8313c072cf7..d481d4b35bf9 100644 --- a/tests/phpunit/unit/documentation/ReleaseNotesTest.php +++ b/tests/phpunit/unit/documentation/ReleaseNotesTest.php @@ -59,7 +59,7 @@ class ReleaseNotesTest extends MediaWikiUnitTestCase { } private function assertFileLength( $type, $fileName ) { - $lines = file( $fileName, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES ); + $lines = file( $fileName, FILE_IGNORE_NEW_LINES ); $this->assertNotFalse( $lines, |