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 21632e2 commit f780954Copy full SHA for f780954
Makefile
@@ -47,7 +47,7 @@ install: composer.json package.json
47
test: unit test-recursion.json test-recursion2.yaml test-recursion3_index.yaml test-empty-maps.json
48
49
unit:
50
- $(DOCKER_PHP) php $(PHPARGS) $(XPHPARGS) vendor/bin/phpunit --verbose --colors=always $(TESTCASE)
+ $(DOCKER_PHP) php -d output_buffering=0 $(PHPARGS) $(XPHPARGS) vendor/bin/phpunit --verbose --colors=always $(TESTCASE)
51
52
# test specific JSON files in tests/spec/data/
53
# e.g. test-recursion will run validation on tests/spec/data/recursion.json
0 commit comments