Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49661, comment 10


Ignore:
Timestamp:
08/28/2025 11:23:42 PM (6 months ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49661, comment 10

    initial v1  
    66It looks good to me. I'm sending you here some Unit Tests to add to the PR.
    77
    8 Also as an extra advice: Generally, as a rule of thumb, try to add unit tests if you feel you can do them, but if you can't, don't worry, add the tag `needs-unit-test` and someone will take care of them. (And always remember that Unit Tests should be done without using AI, if you can't do them without AI better leave them undone, it's very clear when AI is being used and that is bad reputation).
     8Also as an extra advice: Generally, as a rule of thumb, try to add unit tests if you feel you can do them, but if you can't, don't worry, add the tag `needs-unit-test` and someone will take care of them. (And always remember that Unit Tests should be done without using AI, if you can't do them without AI better leave them undone, it's very clear when AI is being used and that is bad reputation, because 99% of the times AI PHPUnit unit tests are utterly bad quality).