Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions en/appendices/3-5-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,15 @@ cache configuration to fall back to if the engine is misconfigured (or
unavailable). See :ref:`cache-configuration-fallback` for more information on
configuring fallbacks.

Console Integration Testing
---------------------------

The ``Cake\TestSuite\ConsoleIntegrationTestCase`` class was added to make
integration testing console applications easier. For more information, visit
the :ref:`console-integration-testing` section. This test class is fully
compatible with the current shell dispatcher as well as the new
``Cake\Console\CommandRunner``.

Core
----

Expand Down
2 changes: 2 additions & 0 deletions en/development/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,8 @@ comparison files as they are referenced:
#
# modified: tests/comparisons/example.php

.. _console-integration-testing:

Console Integration Testing
===========================

Expand Down