DEVSENSE / phptools-docs

PHP Tools public content
Apache License 2.0
82 stars 10 forks source link

Running tests without debugging tries to connect to XDebug #723

Open 1stthomas opened 6 hours ago

1stthomas commented 6 hours ago

When I run the tests without debugging I get following error in Output/Tests: [Error] Xdebug: [Step Debug] Time-out connecting to debugging client, waited: 200 ms. Tried: 127.0.0.1:9003 (through xdebug.client_host/xdebug.client_port).

When I debug the tests the above error doesn't get logged and it works as expected. The problem is, when running over 100 Tests I have to wait more than 10s longer after the tests are finished until all these error are logged.

I could reproduce the problem with this simple test repo: https://github.com/1stthomas/phptool-sample-project

Versions:

Miloslav commented 5 hours ago

Hello Thomas,

Thank you for the issue and sample test repo. Please let me check that and get back to you.