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