Skip to content

Commit a5d0800

Browse files
authored
update XML member from <extension... to <bootstrap ...
Also clarify: phpunit configuration name can have either .xml or .xml.dist extension.
1 parent 5173a08 commit a5d0800

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testing/end_to_end.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ When using the extension in conjunction with the ``PANTHER_ERROR_SCREENSHOT_DIR`
7676
environment variable, tests using the Panther client that fail or error (after the
7777
client is created) will automatically get a screenshot taken to help debugging.
7878

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``:
8080

8181
.. code-block:: xml
8282
83-
<!-- phpunit.xml.dist -->
83+
<!-- phpunit.xml or phpunit.xml.dist -->
8484
<extensions>
85-
<extension class="Symfony\Component\Panther\ServerExtension"/>
85+
<bootstrap class="Symfony\Component\Panther\ServerExtension"/>
8686
</extensions>
8787
8888
Without the extension, the web server used by Panther to serve the application

0 commit comments

Comments
 (0)