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 031bd21Copy full SHA for 031bd21
testing/functional_tests_assertions.rst
@@ -72,12 +72,9 @@ Crawler
72
- ``assertInputValueSame()``
73
- ``assertInputValueNotSame()``
74
75
-Troubleshooting
76
----------------
+.. note::
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.
+ When using `symfony/panther`_ for end-to-end testing, you can use all the
+ above ssertions except the ones related to the Crawler.
82
83
.. _`symfony/panther`: https://github.com/symfony/panther
0 commit comments