Skip to content

Commit 1cf3b16

Browse files
committed
test: set app.forceGlobalSecureRequests to false
1 parent b6d6976 commit 1cf3b16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@
7474

7575
<php>
7676
<env name="XDEBUG_MODE" value="coverage"/>
77+
<env name="app.forceGlobalSecureRequests" value="false"/>
78+
7779
<server name="app.baseURL" value="https://example.com/"/>
7880

7981
<!-- Directory containing phpunit.xml -->

0 commit comments

Comments
 (0)