mirror of
https://github.com/archtechx/enums.git
synced 2025-12-12 15:54:04 +00:00
5 lines
110 B
PHP
5 lines
110 B
PHP
<?php
|
|
|
|
it('can return an array of case names')
|
|
->expect(Status::names())
|
|
->toBe(['PENDING', 'DONE']);
|