weirdan/run-without-xdebug
最新稳定版本:2.1.0
Composer 安装命令:
composer require weirdan/run-without-xdebug
包简介
Runs a php script with XDebug disabled
关键字:
README 文档
README
Intro
This is a simple CLI utility to run any PHP script with XDebug disabled. XDebug, while providing many useful features, results in considerable performance hit. This is especially useful to run big unit test suites when you don't need code coverage (like, when fixing a bug).
Installation
composer global require weirdan/run-without-xdebug:@dev
Usage
php-noxdebug `which phpunit` --testdox
统计信息
- 总下载量: 23.84k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-05