Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #60227, comment 32


Ignore:
Timestamp:
02/27/2024 06:56:12 AM (14 months ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60227, comment 32

    v1 v2  
    99- avoid a "scan through the thousands of tests and skip ones we know can't run", which no one wants to see happen
    1010- minimize "bloat" in the test/data provider methods
     11
     12-----
     13
     14Alternatively, we could just replace the `markTestSkipped()` and `markTestIncomplete()` calls with `expectNotToPerformAssertions()` for the timebeing.