Skip to content

CakePHP 4.3 release

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 24 Oct 14:34
· 10 commits to main since this release
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.