Skip to content

Commit 5147f15

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: fix path to Panther web server router file
2 parents 7292c30 + 7a5bf80 commit 5147f15

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)