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

Choose a tag to compare

@MGatner MGatner released this 12 Feb 16:15
610b914

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

Choose a tag to compare

@MGatner MGatner released this 02 Jan 15:15
5b0a776
  • 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

Choose a tag to compare

@MGatner MGatner released this 31 Oct 13:31
a94aa62

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

Choose a tag to compare

@MGatner MGatner released this 24 Sep 19:05
5624ae2
v1.0.0

Remove last module references