mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:36:12 +01:00
[TASK] Add missing switch, hint to run composer install at beginning (#1377)
This commit is contained in:
parent
e87c7403a6
commit
f0118614ae
1 changed files with 6 additions and 1 deletions
|
@ -24,7 +24,7 @@ If you are working locally, you can run them using :bash:`composer <scriptname>`
|
||||||
|
|
||||||
The code-quality-related Composer scripts make use of the PHIVE-installed tools.
|
The code-quality-related Composer scripts make use of the PHIVE-installed tools.
|
||||||
|
|
||||||
You can run :bash:`composer` or :bash:`./Build/Scripts/runTests.sh composer` to
|
You can run :bash:`composer` or :bash:`./Build/Scripts/runTests.sh -s composer` to
|
||||||
display a list of all available Composer commands and scripts. For all custom
|
display a list of all available Composer commands and scripts. For all custom
|
||||||
Composer scripts there are descriptions in the `script-description` section of
|
Composer scripts there are descriptions in the `script-description` section of
|
||||||
the `composer.json`.
|
the `composer.json`.
|
||||||
|
@ -143,6 +143,11 @@ Running unit and functional tests
|
||||||
|
|
||||||
Executing tests on Windows via `runTests.sh` should be done within the
|
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).
|
[Windows Subsystem for Linux (WSL 2)](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux).
|
||||||
|
Before running any commands you need to install all dependencies with
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
runTests.sh -s composer install
|
||||||
|
|
||||||
You can currently run these tests and coverages on the command line:
|
You can currently run these tests and coverages on the command line:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue