Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 298 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 298 Bytes

Base Setup For Code Katas

This repository is used as a base for unit testing code katas. It contains a basic composer.json file and phpunit.xml configuration as well as the necessary PHPStorm configuration.

Pre-requisites

  • PHP 8.1 on your local machine

Set up

Run composer install.