Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59486, comment 11


Ignore:
Timestamp:
06/28/2024 12:44:25 PM (12 months ago)
Author:
outsellers
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59486, comment 11

    initial v1  
    33>
    44> {{{WP_UnitTestCase_Base::expectDeprecated}}} makes a call to {{{\PHPUnit\Util\Test::parseTestMethodAnnotations}}} during test setup and renders testing useless.
    5 >
     5> My simple workaround
     6> I've commented the call to parseTestMethodAnnotations out in the file abstract-testcase.php and it has allowed test to complete.
     7
    68
    79
    810I can attest that this also worked for myself. For the time being, no issues after commenting this out.
     11