Skip to content

Releases: vierge-noire/cakephp-test-suite-light

Cakephp 5.0

09 Oct 18:16
v3.0
079ee3c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4...v3.0

CakePHP 4.3 release

24 Oct 14:34
35a8055
Compare
Choose a tag to compare

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

24 May 20:07
cbe5e69
Compare
Choose a tag to compare

Views are now ignored from the drop/truncation process. This solves #44 .

Thanks to @Rakasch for spotting that issue!

Support views

24 May 20:08
6694cbe
Compare
Choose a tag to compare

Views are now ignored from the drop/truncation process. This solves #44 .

Thanks to @Rakasch for spotting that issue!

Shorten the triggers prefix to support longer table names

20 May 17:44
63c3faf
Compare
Choose a tag to compare
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

20 May 17:44
65c21e1
Compare
Choose a tag to compare
v1.2.1

Merge pull request #43 from vierge-noire/#40__cake3__shorten_trigger_…

Schema management is handled by the Migrator only

25 Apr 23:29
d8334bb
Compare
Choose a tag to compare
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

25 Apr 23:29
a2d1a24
Compare
Choose a tag to compare
Merge pull request #39 from vierge-noire/cake3-next

Going V1.2

v2.1.5: Next (#28)

14 Feb 22:10
3f72038
Compare
Choose a tag to compare

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)

14 Feb 22:12
d3d2ca8
Compare
Choose a tag to compare

Fixed the aliasing to test of the DB connections. If you encountered a bug in the last week, this should fix it.