$ composer update && php tests/phpunit/phpunit.php --group Database --filter 'Block tag pre'
1) ParserIntegrationTest::testParse with data set "parserTests.txt: Block tag pre" ('[details omitted]')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'<pre>
-foo
-</pre>'
+'<pre>foo</pre>'
/home/hashar/projects/mediawiki/core/tests/phpunit/includes/parser/ParserIntegrationTest.php:52
/home/hashar/projects/mediawiki/core/maintenance/doMaintenance.php:94That fails for me in REL1_30 but is fixed in master thanks to:
[bd912292041cfb92e45eeffb7ca0f06cca267b98] Use RemexHtml as the tidy implementation for parser tests