Skip to content

Commit 416a430

Browse files
committed
[TASK] Rerun integration tests before integration baseline update
To make sure the copied files are up to date (cherry picked from commit ded7664)
1 parent 2985f7f commit 416a430

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ test-integration: ## Runs integration tests with phpunit/phpunit
4444

4545
.PHONY: integration-baseline
4646
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
4748
$(PHP_BIN) tools/integration-test-copy-baseline.php
4849

4950
.PHONY: test-xml

0 commit comments

Comments
 (0)