glassboxx-sdk-php/Makefile

8 lines
94 B
Makefile
Raw Normal View History

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