mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
Drop obsolete tasks from documentation (#1067)
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com>
This commit is contained in:
parent
2619a344a8
commit
7fa63d8f02
1 changed files with 0 additions and 21 deletions
|
@ -40,13 +40,6 @@ Running code checks
|
|||
|
||||
You can currently run these code checks on the command line (if working locally without ddev, omit the :bash:`ddev` part):
|
||||
|
||||
.. index:: Commands; composer ci
|
||||
.. code-block:: bash
|
||||
|
||||
ddev composer ci
|
||||
|
||||
Runs all dynamic and static code checks.
|
||||
|
||||
.. index:: Commands; composer ci:composer:normalize
|
||||
.. code-block:: bash
|
||||
|
||||
|
@ -180,20 +173,6 @@ Merges the code coverage reports for unit and functional tests.
|
|||
|
||||
Generates the code coverage report for unit tests.
|
||||
|
||||
.. index:: Commands; composer ci:dynamic
|
||||
.. code-block:: bash
|
||||
|
||||
ddev composer ci:dynamic
|
||||
|
||||
Runs all PHPUnit tests (unit and functional).
|
||||
|
||||
.. index:: Commands; composer ci:tests
|
||||
.. code-block:: bash
|
||||
|
||||
ddev composer ci:tests
|
||||
|
||||
Runs all PHPUnit tests (unit and functional).
|
||||
|
||||
.. index:: Commands; composer ci:tests:functional
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
Loading…
Reference in a new issue