Changes between Initial Version and Version 1 of Ticket #56219, comment 8
- Timestamp:
- 07/15/2022 12:57:10 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56219, comment 8
initial v1 5 5 The setup for integration tests for plugins can be complex as they normally support multiple WP versions and not all WP versions support the complete range of PHPUnit versions needed for the PHP versions supported. 6 6 7 If you're interested in understanding more about this, this blog post is probably a good starting point: https://make.wordpress.org/core/2021/09/27/changes-to-the-wordpress-core-php-test-suite/ and the underlying ticket: https://core.trac.wordpress.org/ticket/461497 If you're interested in understanding more about this, this blog post is probably a good starting point: [https://make.wordpress.org/core/2021/09/27/changes-to-the-wordpress-core-php-test-suite/ Changes to the WordPress Core PHP Test Suite] and the underlying ticket: #46149.