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