Skip to content

Commit 02e66ca

Browse files
committed
Add a Makefile to run tests
1 parent b540de3 commit 02e66ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.PHONY: tests
2+
3+
tests: vendor
4+
php -d zend.assertions=1 -d assert.exception=1 test.php
5+
6+
vendor: composer.json composer.lock
7+
composer install
8+
touch vendor

0 commit comments

Comments
 (0)