Skip to content

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

Cakephp 5.0

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 09 Oct 18:16
v3.0
079ee3c

What's Changed

New Contributors

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

CakePHP 4.3 release

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 24 Oct 14:34
35a8055

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

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 24 May 20:07
cbe5e69

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

Thanks to @Rakasch for spotting that issue!

Support views

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 24 May 20:08
6694cbe

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

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 20 May 17:44
63c3faf
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

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 20 May 17:44
65c21e1
v1.2.1

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

Schema management is handled by the Migrator only

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 25 Apr 23:29
d8334bb
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

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 25 Apr 23:29
a2d1a24
Merge pull request #39 from vierge-noire/cake3-next

Going V1.2

v2.1.5: Next (#28)

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 14 Feb 22:10
3f72038

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)

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 14 Feb 22:12
d3d2ca8

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