Skip to content

Commit fa5a1aa

Browse files
webmasterMeyersjaviereguiluz
authored andcommitted
[Testing] fix phpunit.dist.xml code example
1 parent df8ab07 commit fa5a1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/end_to_end.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ To register the Panther extension, add the following lines to ``phpunit.xml.dist
8080

8181
.. code-block:: xml
8282
83-
<!-- phpunit.xml.dist -->
83+
<!-- phpunit.dist.xml -->
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)