MantisBT: master e082b0ce

Author Committer Branch Timestamp Parent
dregad dregad master 2024-02-16 20:34 master d46c6a92
Affected Issues  0033755: Enable Xdebug to facilitate PHPUnit tests troubleshooting
Changeset

Tests: new MANTIS_TESTSUITE_XDEBUG_SESSION setting

Allows debugging of SOAP and REST API endpoints when running PHPUnit.

If not empty, sets the XDEBUG_SESSION cookie with the config's value to
enable Xdebug.

Fixes 0033755

mod - tests/bootstrap.php.sample Diff File
mod - tests/core/RequestBuilder.php Diff File
mod - tests/rest/RestBase.php Diff File
mod - tests/soap/SoapBase.php Diff File