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 ```