diff --git a/README.md b/README.md index f30aaeb3..d989ac11 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ It has been extracted as a separate project to make maintenance easier and enabl * ecs - [Sets up and runs coding standard checks](https://github.com/Symplify/EasyCodingStandard) * infection - [AST based PHP Mutation Testing Framework](https://infection.github.io/) * parallel-lint - [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint) +* paratest - [Parallel testing for PHPUnit](https://github.com/paratestphp/paratest) * pdepend - [Static Analysis Tool](https://pdepend.org/) * phan - [Static Analysis Tool](https://github.com/phan/phan) * php-coupling-detector - [Detects code coupling issues](https://akeneo.github.io/php-coupling-detector/) diff --git a/resources/tools.json b/resources/tools.json index 61b27913..7bc6aa0f 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -142,6 +142,18 @@ }, "test": "parallel-lint -h" }, + { + "name": "paratest", + "summary": "Parallel testing for PHPUnit", + "website": "https://github.com/paratestphp/paratest", + "command": { + "composer-bin-plugin": { + "package": "brianium/paratest", + "namespace": "tools" + } + }, + "test": "paratest --version" + }, { "name": "pdepend", "summary": "Static Analysis Tool",