1
0
Fork 0
mirror of https://github.com/archtechx/enums.git synced 2025-12-12 06:44:04 +00:00

remove import

This commit is contained in:
Samuel Štancl 2022-03-23 22:15:43 +01:00 committed by GitHub
parent 0fa89738b4
commit e3ea43aa00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,5 @@
<?php
use ValueError;
it('does not override the default BackedEnum from method')
->expect(Status::from(0))
->toBe(Status::PENDING);