1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 09:24:03 +00:00
enums/tests/Pest/ValuesTest.php
2022-02-20 21:53:21 +01:00

5 lines
99 B
PHP

<?php
it('can return an array of case values')
->expect(Status::values())
->toBe([0, 1]);