From ded7664782420e7e8465f3bb9f365a681c151048 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Wed, 2 Oct 2024 08:22:32 +0200 Subject: [PATCH] [TASK] Rerun integration tests before integration baseline update To make sure the copied files are up to date --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 77cc7b59c..6168e1930 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ test-integration: ## Runs integration tests with phpunit/phpunit .PHONY: integration-baseline integration-baseline: ## Copies the output files of the integration tests into the expected directories, making a new baseline. + -$(PHP_BIN) vendor/bin/phpunit --testsuite=integration $(PHP_BIN) tools/integration-test-copy-baseline.php .PHONY: test-xml