phibi/pumore
Composer 安装命令:
composer require --dev phibi/pumore
包简介
The PHP Unit Testing framework. It's fork to PHPUnit with chunk featuare
README 文档
README
PUmore is PHPUnit fork that add some new features, such as divide tests into chunks. PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.
Installation
For the time being, We don't distribute a PHP Archive (PHAR) yet. Maybe in the future if someone really needed it.
Alternatively, you may use Composer to download and install PUmore as well as its dependencies.
The steps are simple : a. install composer b. cd project_folder_path c. composer install phibi/pumore --dev
If you need to install it as Global Package, here is : a. install composer as Global b. cd ~.config/composer --- or any directory you install composer c. composer global install phibi/pumore
Contribute
Same as PHPUnit, PUmore also welcome for contributions and idea. Please refer to CONTRIBUTING.md for information on how to contribute to PUmore and its related projects.
List of Contributors
Thanks to everyone who has contributed to PHPUnit! You can find a detailed list of contributors on every PHPUnit related package on GitHub. This list shows only the major components:
A very special thanks to everyone who has contributed to the documentation and helps maintain the translations:
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2021-11-12