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.
1 parent 36520c9 commit 53daecdCopy full SHA for 53daecd
testing/functional_tests_assertions.rst
@@ -72,12 +72,10 @@ Crawler
72
- ``assertInputValueSame()``
73
- ``assertInputValueNotSame()``
74
75
-Troubleshooting
76
----------------
+.. versionadded:: 4.4
77
78
-These assertions will not work with `symfony/panther`_ as they use the
79
-``Request`` and ``Response`` objects from the ``HttpFoundation``
80
-component, and the ``KernelBrowser`` from the ``FrameworkBundle``.
81
-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>`.
82
83
.. _`symfony/panther`: https://github.com/symfony/panther
0 commit comments