How would you write this test name?
https://www.oliverdavies.uk/daily/2024/10/22/how-would-you-write-this-test-name
@opdavies I like using Pest's functional API:
```phpdescribe('when navigating to the page', fn() => it('should do something', fn() => expect(1)->toBe(1)));```
It's an abstraction layer on top of PHPUnit.
https://pestphp.com/
Mastodon is the best way to keep up with what's happening.
Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.