Releases: codeigniter4projects/module-tests
Bugfixes, License, Docs
This release fixes a number of bugs, especially related to confusion among path constants. Along those lines some docs are included on the default paths and how they should be modified for non-default installations.
Current modules using this testing framework will need to replace bootstrap.php and adjust any dependent structures.
New name, location
This package has been renamed to ModuleTests
to remove the redundancy and make space for a new testing scaffold for individual projects. Existing modules using this repo for tests will need to merge the updated files and confirm the new namespace (ModuleTest\Support
) on any added support files.
The GitHub URL has also changed to reflect the new name. most requests to the old repo should forward but it is recommended to update any clones and forks to use the new path.
Restructure; Updated docs
v1.0.1 Doc tweaks
Initial release
v1.0.0 Add more coverage outputs