Skip to content

Commit ffa1c21

Browse files
committed
minor #20911 fix path to Panther web server router file (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- fix path to Panther web server router file The path is used as an argument for the `php` binary which treats it relative to the document root directory that is passed with the `-t` option (in a typical Symfony application the document root directory is `public` which is located in the same parent directory as the `tests` directory). Commits ------- d8ac292 fix path to Panther web server router file
2 parents d1a6145 + d8ac292 commit ffa1c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/end_to_end.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ Then declare it as a router for Panther server in ``phpunit.xml.dist`` using the
878878
<!-- ... -->
879879
<php>
880880
<!-- ... -->
881-
<server name="PANTHER_WEB_SERVER_ROUTER" value="./tests/router.php"/>
881+
<server name="PANTHER_WEB_SERVER_ROUTER" value="../tests/router.php"/>
882882
</php>
883883
</phpunit>
884884

0 commit comments

Comments
 (0)