Codeception extension that starts remote debug session during test
- Install Codeception via Composer
- Add
codeception/remote-debug: "*"to yourcomposer.json - Run
composer install - Include extensions into
codeception.ymlconfiguration:
Sample:
paths:
tests: tests
log: tests/_log
data: tests/_data
helpers: tests/_helpers
extensions:
enabled:
- Codeception\Extension\RemoteDebug
config:
Codeception\Extension\RemoteDebug:
sessionName: XDEBUG_CODECEPTION