Skip to content

Commit

Permalink
Merge pull request #360 from Pen-y-Fan/php8/paratest
Browse files Browse the repository at this point in the history
Bump paratest to v6.2.0 and enable on php 8
  • Loading branch information
jakzal authored Nov 30, 2021
2 parents 625e39f + 97ac080 commit 5697a88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| larastan | [PHPStan extension for Laravel](https://github.com/nunomaduro/larastan) | ✅ | ✅ | ✅ |
| local-php-security-checker | [Checks composer dependencies for known security vulnerabilities](https://github.com/fabpot/local-php-security-checker) | ✅ | ✅ | ✅ |
| parallel-lint | [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint) | ✅ | ✅ | ❌ |
| paratest | [Parallel testing for PHPUnit](https://github.com/paratestphp/paratest) | ✅ | ✅ | ❌ |
| 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) | ✅ | ✅ | ✅ |
| phive | [PHAR Installation and Verification Environment](https://phar.io/) | ✅ | ✅ | ✅ |
Expand Down
9 changes: 5 additions & 4 deletions resources/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@
"summary": "Parallel testing for PHPUnit",
"website": "https://github.com/paratestphp/paratest",
"command": {
"phive-install": {
"alias": "paratestphp/paratest@^5.0.4",
"bin": "%target-dir%/paratest"
"composer-bin-plugin": {
"package": "brianium/paratest",
"namespace": "paratest",
"links": {"%target-dir%/paratest": "paratest"}
}
},
"test": "paratest --version",
"tags": ["exclude-php:8.0", "test"]
"tags": ["test"]
},
{
"name": "phpcov",
Expand Down

0 comments on commit 5697a88

Please sign in to comment.