Skip to content

Commit

Permalink
Add missing const to the experimental phpunit config.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaurdan committed Oct 30, 2024
1 parent 62115c5 commit 13e9987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit-experimental.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<server name="SERVER_PORT" value="80"/>
<server name="HTTP_HOST" value="localhost"/>
<server name="REMOTE_ADDR" value="127.0.0.1"/>
<const name="INTEGRATION_TESTS_RUNNING" value="true"/>
</php>
<testsuites>
<testsuite name="integration">
Expand Down

0 comments on commit 13e9987

Please sign in to comment.