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.