glassboxx-sdk-php/Makefile
Oliver Davies 8069ccb750 Add Makefile
Add a Makefile with commands for 'phpunit' and 'test'.

This can be expanded later for PHPCS etc.
2020-05-30 03:44:18 +01:00

8 lines
94 B
Makefile

.PHONY: *
phpunit:
php vendor/bin/phpunit -v --color=always --testdox tests
test: phpunit