codeception / remote-debug
Remote debug extension for Codeception
v0.3
2015-09-23 18:44 UTC
Requires (Dev)
- codeception/codeception: ~2.0
- codeception/phpbuiltinserver: dev-master
This package is not auto-updated.
Last update: 2026-03-14 22:39:11 UTC
README
Codeception extension that starts remote debug session during test
Installation
- 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