Coding is fun, and testing should be too!
Pest provides a human-readable and beautiful syntax.
it('has a welcome page', function () {
get('/')-\u003eassertStatus(200);
});
Why are developers currently preferring Pest PHP over PHPUnit? And how to turn your tests into joy.
Pest provides a human-readable and beautiful syntax.
it('has a welcome page', function () {
get('/')-\u003eassertStatus(200);
});