mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
Add a Makefile with commands for 'phpunit' and 'test'. This can be expanded later for PHPCS etc.
7 lines
94 B
Makefile
7 lines
94 B
Makefile
.PHONY: *
|
|
|
|
phpunit:
|
|
php vendor/bin/phpunit -v --color=always --testdox tests
|
|
|
|
test: phpunit
|
|
|