mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
Add Makefile
Add a Makefile with commands for 'phpunit' and 'test'. This can be expanded later for PHPCS etc.
This commit is contained in:
parent
b042256e45
commit
8069ccb750
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,5 +3,6 @@
|
|||
!/.github/**
|
||||
!/.gitignore
|
||||
!/composer.json
|
||||
!/Makefile
|
||||
!/src/**
|
||||
!/tests/**
|
||||
|
|
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
.PHONY: *
|
||||
|
||||
phpunit:
|
||||
php vendor/bin/phpunit -v --color=always --testdox tests
|
||||
|
||||
test: phpunit
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue