codeception / remote-debug
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: 2024-09-14 15:11:13 UTC
README
在测试期间启动远程调试会话的Codeception扩展
安装
- 通过Composer安装Codeception
- 将
codeception/remote-debug: "*"
添加到您的composer.json
- 运行
composer install
- 将扩展包含到
codeception.yml
配置中
示例
paths: tests: tests log: tests/_log data: tests/_data helpers: tests/_helpers extensions: enabled: - Codeception\Extension\RemoteDebug config: Codeception\Extension\RemoteDebug: sessionName: XDEBUG_CODECEPTION