keszei/phpunit-watcher
最新稳定版本:1.1.0
Composer 安装命令:
composer require --dev keszei/phpunit-watcher
包简介
Run phpunit project test while file changes.
README 文档
README
This library provide a function for automatically run phpunit test while file changes.
Getting Started
You need to install before the phpunit to your project. I tested with phpunit >=7 version, but maybe it works with older ones too. The script look for in your project the phpunit and use too.
Requirements
- PHP >= 7.3
- inotify php extension
- Linux like system where inotify extension is available
- phpunit/phpunit composer package
Prerequisites
You need to install phpunit library.
composer require phpunit/phpunit --dev
Installing
Install phpunit-watcher library with composer.
composer require keszei/phpunit-watcher --dev
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Balázs Keszei - Initial work - KeszeiTheOne
License
This project is licensed under the MIT License - see the LICENSE.md file for details
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-27