We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82cc50 commit 0e30234Copy full SHA for 0e30234
1 file changed
Makefile
@@ -46,7 +46,7 @@ test: unit test-recursion.json test-recursion2.yaml test-recursion3_index.yaml t
46
unit:
47
$(DOCKER_PHP) php $(PHPARGS) $(XPHPARGS) vendor/bin/phpunit --verbose --colors=always $(TESTCASE)
48
49
-test-debug: unit-debug test-recursion.json test-recursion2.yaml test-recursion3_index.yaml test-empty-maps.json const.json
+test-debug: unit-debug test-recursion.json test-recursion2.yaml test-recursion3_index.yaml test-empty-maps.json test-const.json
50
51
unit-debug:
52
$(DOCKER_PHP) php $(PHPARGS) $(XPHPARGS) vendor/bin/phpunit --debug --testdox --colors=always -c phpunit11.xml.dist $(TESTCASE)
0 commit comments