1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 12:34:04 +00:00
enums/tests/Pest/DescriptionsTest.php
2022-02-28 14:58:07 +08:00

5 lines
No EOL
177 B
PHP

<?php
it('can return an array of case descriptions')
->expect(Status::descriptions())
->toBe([0 => 'this is `PENDING` description', 1 => 'this is `DONE` description']);