Skip to content

[8.x] Document users must use nunomaduro/collision: ^5.3 for Parallel Testing in L8 #7022

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

Merged
merged 4 commits into from
Apr 23, 2021

Conversation

ambengers
Copy link
Contributor

@ambengers ambengers commented Apr 23, 2021

Parallel Testing was originally created for Laravel 9, then back-ported to Laravel 8. Due to this, earlier versions (5.0, 5.1, 5.2) of nunomaduro/collision package had a restriction to only use --parallel option on Laravel 9, but version 5.3 removed that restriction.

We need to let users know in case they are using version < 5.3 of collision and trying to use Parallel Testing.

Edit:

Link below shows comparison of collision version 5.2 to 5.3. Checkout src/Adapters/Laravel/Commands/TestCommand.php file at line 74 for the removal of restriction.

nunomaduro/collision@v5.2.0...v5.3.0

@taylorotwell taylorotwell merged commit f16f437 into laravel:8.x Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants