phibi/pumore

The PHP Unit Testing framework. It's fork to PHPUnit with chunk featuare

v9.5.11 2021-11-13 09:46 UTC

This package is auto-updated.

Last update: 2024-04-14 23:06:40 UTC


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: