mirror of
https://github.com/archtechx/enums.git
synced 2025-12-12 12:34:04 +00:00
5 lines
No EOL
177 B
PHP
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']); |