1. Introduction and Installation¶
1.1. Installation¶
Install with composer:
composer require unstable-cacao/traitor
Cloning repository:
git clone git@github.com:unstable-cacao/Traitor.git
1.2. Running tests¶
To run tests use command:
composer test
To run tests with coverage, use command:
composer test-cover