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

Releases: codeigniter4projects/project-tests

Bootstrap Common

12 Feb 16:15
610b914

Choose a tag to compare

This fixes a small bug where Common.php would not always be loaded by the testing suite, causing dependent components to fail when using functions defined therein.

Bugfixes, more docs

02 Jan 15:15
5b0a776

Choose a tag to compare

  • Resolves a few bugs with paths pointing to the wrong locations
  • Adds a Paths section to the docs to clarify where each constant should point
  • Updates to the code coverage paths

Restore SUPPORTPATH

31 Oct 13:31
a94aa62

Choose a tag to compare

ProjectTests previously used its own path for SUPPORTPATH but this constant is used by some framework mocking services. This PR restores the original value and instead defines PROJECTSUPPORTPATH which should be used by developers instead to access tests/_support.

Initial Release

24 Sep 19:05
5624ae2

Choose a tag to compare

v1.0.0

Remove last module references