From 7fa63d8f024e52b4bc9608b7dec5f32106704396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Fri, 15 Dec 2023 14:05:21 +0100 Subject: [PATCH] Drop obsolete tasks from documentation (#1067) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Łukasz Uznański --- Documentation/Running.rst | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/Documentation/Running.rst b/Documentation/Running.rst index e2fe747..6ff8862 100644 --- a/Documentation/Running.rst +++ b/Documentation/Running.rst @@ -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