Skip to content

Commit

Permalink
Merge pull request #62 from jakzal/paratest
Browse files Browse the repository at this point in the history
Include paratest
  • Loading branch information
jakzal authored Mar 6, 2019
2 parents b24b173 + b21d477 commit 3736a50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
12 changes: 12 additions & 0 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3736a50

Please sign in to comment.