Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #61530, comment 52


Ignore:
Timestamp:
09/25/2024 12:17:04 PM (15 months ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61530, comment 52

    v1 v2  
    11@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.
    22
    3 So the short of it, as far as I can see, is that plugins test 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`.
     3So 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`.
    44
    55Typically, the constant is set like below from the `phpunit.xml[.dist]` file when running the Core tests.