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 340bf29 commit ded7664Copy full SHA for ded7664
Makefile
@@ -45,6 +45,7 @@ test-integration: ## Runs integration tests with phpunit/phpunit
45
46
.PHONY: integration-baseline
47
integration-baseline: ## Copies the output files of the integration tests into the expected directories, making a new baseline.
48
+ -$(PHP_BIN) vendor/bin/phpunit --testsuite=integration
49
$(PHP_BIN) tools/integration-test-copy-baseline.php
50
51
.PHONY: test-xml
0 commit comments