Make WordPress Core

Changeset 49039


Ignore:
Timestamp:
09/23/2020 06:37:09 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Use trunk revision 2387243 of the WordPress Importer plugin.

This revision includes a change to only call libxml_disable_entity_loader() in PHP < 8, in order for unit tests in the import group to pass on PHP 8.

This function has been deprecated in PHP 8.0 because in libxml 2.9.0, external entity loading is disabled by default, so this function is no longer needed to protect against XXE attacks.

Follow-up to [46542], [48789].

Props jrf.
See #50913.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r48957 r49039  
    7373- |
    7474  if [[ "$WP_TRAVISCI" == "test:php" ]]; then
    75       travis_retry svn checkout -r 2170172 https://plugins.svn.wordpress.org/wordpress-importer/trunk/ tests/phpunit/data/plugins/wordpress-importer
     75      travis_retry svn checkout -r 2387243 https://plugins.svn.wordpress.org/wordpress-importer/trunk/ tests/phpunit/data/plugins/wordpress-importer
    7676  fi
    7777- |
Note: See TracChangeset for help on using the changeset viewer.