Inform about MW 1.32+ compatibility.

This commit is contained in:
Daniel Kraus
2019-12-31 14:13:18 +01:00
parent 3525202e88
commit a267a0da2d
5 changed files with 147 additions and 90 deletions

View File

@ -1,6 +1,10 @@
.PHONY: test
test:
# With MW version 1.34, there is one test that is expected to fail
# because linking on page save no longer works with MediaWiki 1.32
# and newer. The test that is expected to fail is:
# ExtensionTest::testParseOnEdit with data set #0
docker run -it --rm bovender/linktitles
build-test-container: