1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 13:54:04 +00:00
enums/tests/Pest/NamesTest.php
2022-02-20 21:53:21 +01:00

5 lines
110 B
PHP

<?php
it('can return an array of case names')
->expect(Status::names())
->toBe(['PENDING', 'DONE']);