Changes between Version 1 and Version 2 of Ticket #61530, comment 52
- Timestamp:
- 09/25/2024 12:17:04 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61530, comment 52
v1 v2 1 1 @bjorsch I just checked and my first thought was adding a check for `WP_RUN_CORE_TESTS`, but kudos to @SergeyBiryukov, that check is already in place in the patch as committed. 2 2 3 So the short of it, as far as I can see, is that plugin s testshould ''not'' be broken by this commit. Plugin integration tests should not set the `WP_RUN_CORE_TESTS` PHP constant, or if they do, it should be set to `0`.3 So the short of it, as far as I can see, is that plugin tests should ''not'' be broken by this commit. Plugin integration tests should not set the `WP_RUN_CORE_TESTS` PHP constant, or if they do, it should be set to `0`. 4 4 5 5 Typically, the constant is set like below from the `phpunit.xml[.dist]` file when running the Core tests.