From 387f84aa0f7be48fa06547604c0561942dcc5e82 Mon Sep 17 00:00:00 2001 From: tbogosavljevic Date: Mon, 9 Jun 2025 12:57:39 +0200 Subject: [PATCH] Specify parser in docs for PHPUnit --- docs/docs/using-semaphore/languages/php.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/using-semaphore/languages/php.md b/docs/docs/using-semaphore/languages/php.md index b8999883b..fa8d32d1e 100644 --- a/docs/docs/using-semaphore/languages/php.md +++ b/docs/docs/using-semaphore/languages/php.md @@ -73,7 +73,7 @@ This section explains how to set up [test reports](../../using-semaphore/tests/t 2. Create an [after_pipeline job](../../using-semaphore/pipelines#after-pipeline-job) with the following command: ```shell - test-results publish junit.xml + test-results publish --parser phpunit junit.xml ```