Commit f2b4b5a2 authored by catch's avatar catch
Browse files

Issue #3228531 by joachim: document run-tests.sh as not intended for public consumption

(cherry picked from commit 7c4733bd)
parent 0013d21a
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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;