https://travis-ci.com/github/wikimedia/mediawiki/builds
https://travis-ci.com/github/wikimedia/mediawiki/jobs/460845768
There was 1 error: 1) ParserOptionsTest::testMatches Error: Unsupported operand types /home/travis/build/wikimedia/mediawiki/tests/phpunit/includes/parser/ParserOptionsTest.php:283
$classWrapper = TestingAccessWrapper::newFromClass( ParserOptions::class ); … $classWrapper->defaults += [ __METHOD__ => null ]; # BOOM
The last commit to this code path was:
- (Nov 10) 67d098 https://gerrit.wikimedia.org/r/c/mediawiki/core/+/631264 (T267234, @daniel).
The last commit on which Travis CI passed on php74:
- The commits relating to ParserOptions landing between this and (inclusive) the first failing Travis CI buid:
- rMW7978bfab37b9: Parser: use setter instead of accessing ParserOutput property (T269236, @Pchelolo)
- rMW869962e7bb47: ParserOutput: temporary undeprecate getting dynamic properties. (T263851)
- rMW3d6e6a5f70c1: ParserOutputAccess: don't compate RevisionRecord to int
- rMW66cc685b45b2: Make ParserCache use CachedBagOStuff (T269593)