Skip to content
Merged
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
10 changes: 4 additions & 6 deletions testing/functional_tests_assertions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,10 @@ Crawler
- ``assertInputValueSame()``
- ``assertInputValueNotSame()``

Troubleshooting
---------------
.. versionadded:: 4.4

These assertions will not work with `symfony/panther`_ as they use the
``Request`` and ``Response`` objects from the ``HttpFoundation``
component, and the ``KernelBrowser`` from the ``FrameworkBundle``.
Panther only uses the ``BrowserKit`` component.
Starting from Symfony 4.4, when using `symfony/panther`_ for end-to-end
testing, you can use all the above assertions except the ones related to
the :doc:`Crawler </components/dom_crawler>`.

.. _`symfony/panther`: https://github.com/symfony/panther