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

[2.x] Adds support for Pest #866

Merged
merged 17 commits into from
Sep 8, 2021

Conversation

lukeraymonddowning
Copy link
Contributor

Howdy all!

This pull request adds the --pest option to Jetstream

When passing the --pest option on the command php artisan jetstream:install --pest, the Pest framework will be used in favour of PHPUnit.

Kind Regards,
Luke

Copy link

@alexmartinfr alexmartinfr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mainly focused on styling/coherence.

Glazed over the logic, as I've done that conversion a few times in my own projects.

Looks good to me 👍

src/Console/InstallCommand.php Outdated Show resolved Hide resolved
stubs/pest-tests/EmailVerificationTest.php Show resolved Hide resolved
stubs/pest-tests/Pest.php Show resolved Hide resolved
stubs/pest-tests/livewire/DeleteAccountTest.php Outdated Show resolved Hide resolved
@nunomaduro nunomaduro changed the title Pest support [2.x] Adds support for Pest Aug 29, 2021
@taylorotwell taylorotwell merged commit dd45c1a into laravel:2.x Sep 8, 2021
@nunomaduro nunomaduro deleted the pest-support branch September 8, 2021 13:55
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.

None yet

4 participants