Skip to content

Commit

Permalink
Let browser helper start Xdebug to prevent warnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
delawski committed Jul 18, 2024
1 parent 72ff8c3 commit d2ccc2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion local/docker/wordpress/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ sendmail_path = "/usr/bin/msmtp --port=1025 --read-recipients"
; Enable remote Xdebug.
[xdebug]
xdebug.mode = coverage,debug,develop
xdebug.start_with_request = yes
xdebug.client_host = host.docker.internal
xdebug.discover_client_host = 0
xdebug.remote_enable = 1
Expand Down

0 comments on commit d2ccc2e

Please sign in to comment.