Skip to content

Commit ded7664

Browse files
committed
[TASK] Rerun integration tests before integration baseline update
To make sure the copied files are up to date
1 parent 340bf29 commit ded7664

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
@@ -45,6 +45,7 @@ test-integration: ## Runs integration tests with phpunit/phpunit
4545

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

5051
.PHONY: test-xml

0 commit comments

Comments
 (0)