# training-unit-tests **Repository Path**: mirrors_CakeDC/training-unit-tests ## Basic Information - **Project Name**: training-unit-tests - **Description**: No description available - **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-07 ## 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 3.7) as a base for the unit tests training session done at https://training.cakephp.org ## Setup * Clone the project `git clone git@github.com:CakeDC/training-unit-tests.git training` * Composer install `cd training && composer install` * Create a database, configure `config/app.php` * Run migrations `bin/cake migrations migrate` * Start the built-in server using `bin/cake server`