We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a8db36 + 217d157 commit 65e7524Copy full SHA for 65e7524
testing/functional_tests_assertions.rst
@@ -67,12 +67,10 @@ Crawler
67
- ``assertInputValueSame()``
68
- ``assertInputValueNotSame()``
69
70
-Troubleshooting
71
----------------
+.. versionadded:: 4.4
72
73
-These assertions will not work with `symfony/panther`_ as they use the
74
-``Request`` and ``Response`` objects from the ``HttpFoundation``
75
-component, and the ``KernelBrowser`` from the ``FrameworkBundle``.
76
-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>`.
77
78
.. _`symfony/panther`: https://github.com/symfony/panther
0 commit comments