Releases: vierge-noire/cakephp-test-suite-light
Releases · vierge-noire/cakephp-test-suite-light
Cakephp 5.0
What's Changed
- Update README.md by @toby2g in #57
- CakePHP 5 upgrade by @LordSimal in #61
- cake5: use stable versions by @LordSimal in #62
- Cake5 compatibility by @pabloelcolombiano in #64
New Contributors
- @toby2g made their first contribution in #57
- @LordSimal made their first contribution in #61
Full Changelog: v2.4...v3.0
CakePHP 4.3 release
This release updates the requirements to CakePHP 4.3.
See the docs here to update your phpunit.xml settings.
The dirty tables are not truncated by default anymore. Use the CakephpTestSuiteLight\Fixture\TruncateDirtyTables
trait in a test case class in order to clean up the database prior to each of its tests.
Support views
Support views
Shorten the triggers prefix to support longer table names
Merge pull request #42 from vierge-noire/#40_shorten_trigger_prefix Issue #40 Shortens the trigger prefixes / truncate to 64 characters
Shorten the triggers prefix to support longer table names
v1.2.1 Merge pull request #43 from vierge-noire/#40__cake3__shorten_trigger_…
Schema management is handled by the Migrator only
Merge pull request #38 from vierge-noire/next * #7 Removes the CakePHP fixture init (#8) * #7 Removes the loadConfig (#12) * #14 Makes the dirty table collector permanent per default (#18) * #24 Fix connection alias issue (#27) * #30 Dropping managed by Migrator (#34) * #31 Use native dialects (#36) * #32 Cleanup * #35 Require migrator 2.2 Co-authored-by: Juan Pablo Ramirez <>
Schema management is handled by the Migrator only
Merge pull request #39 from vierge-noire/cake3-next Going V1.2
v2.1.5: Next (#28)
Fixed the aliasing to test of the DB connections. If you encountered a bug in the last week, this should fix it.
v1.1.5: Cake3 next (#29)
Fixed the aliasing to test of the DB connections. If you encountered a bug in the last week, this should fix it.