alexeymezenin / laravel-best-practices

Laravel best practices
11.43k stars 2.38k forks source link

Add Pest to Unit testing tool #148

Closed datlechin closed 2 years ago

datlechin commented 2 years 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 2 years ago

Hey @datlechin

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

Cheers, Peter