Changes between Initial Version and Version 1 of Ticket #59486, comment 11
- Timestamp:
- 06/28/2024 12:44:25 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59486, comment 11
initial v1 3 3 > 4 4 > {{{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 6 8 7 9 8 10 I can attest that this also worked for myself. For the time being, no issues after commenting this out. 11