Skip to content

Commit e3526dd

Browse files
authored
Merge pull request #7921 from cakephp/ADmad-patch-1
Update "Shells" to "Commands"
2 parents 18d1de7 + 61c4013 commit e3526dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/console-commands/commands.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ the ``modified`` column to the current time.
433433
Remember, ``exec()`` will take the same string you type into your CLI, so you
434434
can include options and arguments in your command string.
435435

436-
Testing Interactive Shells
437-
--------------------------
436+
Testing Interactive Commands
437+
----------------------------
438438

439439
Consoles are often interactive. Testing interactive commands with the
440440
``Cake\TestSuite\ConsoleIntegrationTestTrait`` trait only requires passing the

0 commit comments

Comments
 (0)