mirror of
https://github.com/archtechx/enums.git
synced 2025-12-12 19:24:04 +00:00
5 lines
99 B
PHP
5 lines
99 B
PHP
<?php
|
|
|
|
it('can return an array of case values')
|
|
->expect(Status::values())
|
|
->toBe([0, 1]);
|