pestphp / pest

Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
https://pestphp.com
MIT License
9.06k stars 313 forks source link

[2.x] Add `toBeUlid` expectation #1136

Open jaltez opened 2 months ago

jaltez commented 2 months ago

What:

Description:

This PR adds toBeUlid expectation.

Usage:

expect('01h8nyy2fjea6bxjy3ynmxj546')->toBeUlid();