vierge-noire / cakephp-fixture-factories

CakePHP Fixture Factories
https://vierge-noire.github.io/
MIT License
85 stars 20 forks source link

Cake 4.3 compatibility #126

Closed pabloelcolombiano closed 3 years ago

pabloelcolombiano commented 3 years ago

Install Cake 4.3 and remove the Migrator and Test Suite Light dependencies

pabloelcolombiano commented 3 years ago

We found out with @vidrascus that the tables were truncated at the end of our tests.

This issue here will handle the cleaning of the DB the CakePHP 4.3 way https://github.com/vierge-noire/cakephp-test-suite-light/issues/49

pabloelcolombiano commented 3 years ago

@vidrascus I have a release candidate Cake 4.3 compatible on that branch: #126-TSL-2.4

Most changes required are from the test suite light itself.

Feel free to share your views on the approach!

We will need this CakePHP issue to be solved before release.

pabloelcolombiano commented 3 years ago

The factories are as such 4.3 compatible.