Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump paratest to v6.2.0 and enable on php 8 #360

Merged
merged 5 commits into from
Nov 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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