The Unit Test module provides a unit testing framework for Jamroom module developers. Along with unit testing it also provides a Code Coverage results browser as well as the ability to generate callgrind code profiling results for use in code profile viewers like MCG, Valgrind, KCacheGrind, etc. Requires the XDebug module is installed and configured in PHP.
Unit Testing Module changelog
Version 1.0.1:
- Change: Updated to work correctly with PHP 8+ and Xdebug 3+
Version 1.0.0:
- Initial Release