MantisBT: master 3c07e41e

Author Committer Branch Timestamp Parent
dregad dregad master 2026-08-30 05:59 master 11b27326
Affected Issues  0032470: REST API: Project Category Add/Update/Delete
Changeset

PHPUnit: fix skipped Category tests

Incorrect check for a global default category caused some tests to be
skipped in:

  • testDeleteCategoryReassignsIssues
  • testProjectCategoryCannotDeleteDefault

Check was adjusted to also work when the default category is global.

Issue 0032470

mod - tests/rest/RestProjectCategoryTest.php Diff File
mod - tests/soap/CategoryTest.php Diff File