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.
2 parents 2985f7f + 416a430 commit e5dd738Copy full SHA for e5dd738
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