Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Releases: codeigniter4projects/module-tests

Bugfixes, License, Docs

Choose a tag to compare

@MGatner MGatner released this 12 Feb 16:13
57a1e1e

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

Choose a tag to compare

@MGatner MGatner released this 24 Sep 16:13
18a930a

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

Choose a tag to compare

@MGatner MGatner released this 05 Sep 16:32
v1.0.1

Doc tweaks

Initial release

Choose a tag to compare

@MGatner MGatner released this 04 Sep 19:31
v1.0.0

Add more coverage outputs