Rocket templating system for PHP
same implementation as rocketjs
- Install composer
run
composer install
run:
./vendor/bin/phpunit --testdox tests/
or if you want to see warnings and deprecations:
run:
./vendor/bin/phpunit --display-deprecations --display-warnings tests/
VSCode Extension PHPUnit Test Workbench