Back to Browse

CakePHP 5 - Basic Testing using Migrations, Seeds, Fixtures & Fixture Factories

1.5K views
Nov 22, 2023
1:01:07

This is a rough run through of tests Covers: - Getting the default PagesControllerTest's running after upgrading to CakePHP 5. Include upgrading and tweaking phpunit.xml.dist - Fixing tests to stop them failing due to Authentication redirects - Building your own custom test schema creator tool (creates tables from default database in the test databases) - Using Fixtures - Basic use of Fixture Factories - Using Seeds as test data Does NOT cover running the use of TruncateDirtyTables. Check the documentation https://github.com/vierge-noire/cakephp-fixture-factories/blob/main/docs/setup.md when running Fixture Factories

Download

0 formats

No download links available.

CakePHP 5 - Basic Testing using Migrations, Seeds, Fixtures & Fixture Factories | NatokHD