File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ When using the extension in conjunction with the ``PANTHER_ERROR_SCREENSHOT_DIR`
76
76
environment variable, tests using the Panther client that fail or error (after the
77
77
client is created) will automatically get a screenshot taken to help debugging.
78
78
79
- To register the Panther extension, add the following lines to ``phpunit.xml.dist ``:
79
+ To register the Panther extension, add the following lines to ``phpunit.xml `` or `` phpunit.xml .dist ``:
80
80
81
81
.. code-block :: xml
82
82
83
- <!-- phpunit.xml.dist -->
83
+ <!-- phpunit.xml or phpunit.xml .dist -->
84
84
<extensions >
85
- <extension class =" Symfony\Component\Panther\ServerExtension" />
85
+ <bootstrap class =" Symfony\Component\Panther\ServerExtension" />
86
86
</extensions >
87
87
88
88
Without the extension, the web server used by Panther to serve the application
You can’t perform that action at this time.
0 commit comments