MantisBT: master-2.27 60cb1d4e

Author Committer Branch Timestamp Parent
raspopov community master-2.27 2025-01-23 07:41 master-2.27 437eb123
Affected Issues  0035223: MantisBT tests are not compatible with PHPUnit 11.5
Changeset

Fix PHPUnit 10/11 compatibility of the name() method (0002074)

  • Replace custom getTestCaseReference() method with PHPUnit's toString()
  • Use toString() instead of the deprecated getName() method.

Fixes 0035223

mod - tests/rest/RestBase.php Diff File
mod - tests/rest/RestFiltersTest.php Diff File
mod - tests/soap/ProjectTest.php Diff File
mod - tests/soap/SoapBase.php Diff File