From 03995aa369076df8794d60cb66f6d172ba4f6ab1 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Mon, 23 Jan 2023 19:54:11 +0100 Subject: [PATCH] update CI intro --- contributing/code/tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/tests.rst b/contributing/code/tests.rst index 4c0c65ae09c..15487740301 100644 --- a/contributing/code/tests.rst +++ b/contributing/code/tests.rst @@ -3,7 +3,7 @@ Running Symfony Tests ===================== -The Symfony project uses a third-party service which automatically runs tests +The Symfony project uses a CI (Continuous Integration) service which automatically runs tests for any submitted :doc:`patch `. If the new code breaks any test, the pull request will show an error message with a link to the full error details.