From 61c4013ee2d62400004c7ecb614b08935da5e89a Mon Sep 17 00:00:00 2001 From: ADmad Date: Thu, 3 Oct 2024 19:32:24 +0530 Subject: [PATCH] Update "Shells" to "Commands" --- en/console-commands/commands.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/console-commands/commands.rst b/en/console-commands/commands.rst index f8830bf7e4..429a048f22 100644 --- a/en/console-commands/commands.rst +++ b/en/console-commands/commands.rst @@ -433,8 +433,8 @@ the ``modified`` column to the current time. Remember, ``exec()`` will take the same string you type into your CLI, so you can include options and arguments in your command string. -Testing Interactive Shells --------------------------- +Testing Interactive Commands +---------------------------- Consoles are often interactive. Testing interactive commands with the ``Cake\TestSuite\ConsoleIntegrationTestTrait`` trait only requires passing the