From 7c4733bdc83dfcca3b6c2bb471328bee0c22ce68 Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Mon, 13 Feb 2023 13:11:05 +0000
Subject: [PATCH] Issue #3228531 by joachim: document run-tests.sh as not
 intended for public consumption

---
 core/scripts/run-tests.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh
index c51b8869f109..a5b18278801e 100755
--- a/core/scripts/run-tests.sh
+++ b/core/scripts/run-tests.sh
@@ -2,7 +2,12 @@
 
 /**
  * @file
- * This script runs Drupal tests from command line.
+ * Script for running tests on DrupalCI.
+ *
+ * This script is intended for use only by drupal.org's testing. In general,
+ * tests should be run directly with phpunit.
+ *
+ * @internal
  */
 
 use Drupal\Component\FileSystem\FileSystem;
-- 
GitLab