wp-cli / export-command

Exports WordPress content to a WXR file.
MIT License
12 stars 27 forks source link

Fix test for attachment serialization #96

Closed schlessera closed 2 years ago

schlessera commented 2 years ago

With WP 6.0, the filesize for attachments was added, which changes the serialization string for the attachments.

This PR makes the test for attachment serialization more flexible.