# cakephp4-unit-tests **Repository Path**: mirrors_CakeDC/cakephp4-unit-tests ## Basic Information - **Project Name**: cakephp4-unit-tests - **Description**: Contents for the CakePHP 4 Unit Tests training session - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unit tests training session We're using the code from Cakefest 2017 basic workshop (after upgrading to CakePHP 4) as a base for the unit tests training session done at https://training.cakephp.org ## Setup * Clone the project `git clone https://github.com/CakeDC/cakephp4-unit-tests.git training` * Composer install `cd training && composer install` * Create a database, configure `config/app_local.php` * Import database dump from file `./schema.sql` * Start the built-in server using `bin/cake server`