alexeymezenin / laravel-best-practices

Laravel best practices
11.24k stars 2.37k forks source link

Add Pest to Unit testing tool #148

Closed datlechin closed 1 year ago

datlechin commented 1 year ago

Pest is a Testing Framework with a focus on simplicity. It was carefully crafted to bring the joy of testing to Laravel PHP.

Pest website: https://pestphp.com

spekulatius commented 1 year ago

Hey @datlechin

Welcome to Laravel Best Practices :) Thank you for the contribution. Looks great!

Cheers, Peter