Make sure you have installed Docker and Workspace https://github.com/my127/workspace?tab=readme-ov-file#installation
cd php
ws install
./vendor/bin/phpunit
$ cd php
$ composer install
Install PHPUnit
$ composer require --dev phpunit/phpunit
$ composer require --dev phpspec/phpspec
Create your test class:
$ ./vendor/bin/phpspec describe "<your first class name>"
Run the specs:
$ ./vendor/bin/phpspec run