From 3a5c113530f8fef800edb9ae3c3669e86db60026 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Wed, 7 Jul 2021 12:40:50 +0100
Subject: [PATCH] Issue #2758357 by guilhermevp, quietone, Wim Leers, longwave,
 dawehner, alexpott: Document that core/phpunit.xml.dist should be copied to
 core/phpunit.xml, then modified

---
 core/phpunit.xml.dist | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/phpunit.xml.dist b/core/phpunit.xml.dist
index 5bd35d3c55ca..18e1f3b3e9cb 100644
--- a/core/phpunit.xml.dist
+++ b/core/phpunit.xml.dist
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
+<!-- For how to customize PHPUnit configuration, see core/tests/README.md. -->
 <!-- TODO set checkForUnintentionallyCoveredCode="true" once https://www.drupal.org/node/2626832 is resolved. -->
 <!-- PHPUnit expects functional tests to be run with either a privileged user
  or your current system user. See core/tests/README.md and
-- 
GitLab