mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-01-22 20:17:32 +00:00
8 lines
94 B
Makefile
8 lines
94 B
Makefile
|
.PHONY: *
|
||
|
|
||
|
phpunit:
|
||
|
php vendor/bin/phpunit -v --color=always --testdox tests
|
||
|
|
||
|
test: phpunit
|
||
|
|