We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b540de3 commit 02e66caCopy full SHA for 02e66ca
Makefile
@@ -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