We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3867754 commit 77c7758Copy full SHA for 77c7758
1 file changed
Makefile
@@ -1,3 +1,6 @@
1
+TESTCASE=
2
+PHPARGS=
3
+#PHPARGS=-dzend_extension=xdebug.so -dxdebug.remote_enable=1
4
5
all:
6
@@ -13,7 +16,7 @@ install:
13
16
composer install --prefer-dist --no-interaction
14
17
15
18
test:
- vendor/bin/phpunit
19
+ php $(PHPARGS) vendor/bin/phpunit $(TESTCASE)
20
21
# copy openapi3 json schema
22
schemas/openapi-v3.0.json: vendor/oai/openapi-specification/schemas/v3.0/schema.json
0 commit comments