Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 219 Bytes

File metadata and controls

14 lines (11 loc) · 219 Bytes

Build and Unit Test

Unit tests uses phpunit. You'd need to install dependencies using composer.

From the root folder:

composer install
cd tools
composer install
cd ..
composer test
composer cs:php:fix