From 4ee084803943acecba9fad5ca340605d9aeca2a5 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 7 May 2024 16:35:15 +0200 Subject: [PATCH] [TASK] Document to use WSL for tests on Windows (#1295) Resolves: #1130 --- Documentation/Running.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/Running.rst b/Documentation/Running.rst index ee3cea1..923539e 100644 --- a/Documentation/Running.rst +++ b/Documentation/Running.rst @@ -139,6 +139,11 @@ Updates the PHPStan baseline file to match the code. Running unit and functional tests ================================= +.. note:: + + Executing tests on Windows via `runTests.sh` should be done within the + [Windows Subsystem for Linux (WSL 2)](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux). + You can currently run these tests and coverages on the command line: .. index:: Commands; composer ci:coverage