To get into the sandbox of interest:
- Clone repo.
git clone https://github.com/AnrDaemon/test-001.git
- Checkout the branch you are interested in.
git checkout branchname
- Run
composer install
- Run appropriate PHP script. Usually it is
php -f testcase.php
Composer's vendor/
directory is shared across branches.
You've been warned.