diff --git a/tests/Unit/EnumTest.php b/tests/Unit/EnumTest.php index bd2b310..4e2205e 100644 --- a/tests/Unit/EnumTest.php +++ b/tests/Unit/EnumTest.php @@ -20,6 +20,5 @@ test('backed', function () { expect(UserType::ADMINISTRATOR) ->toHaveProperty('name') - ->toHaveProperty('value') - ->toHaveMethods(['cases', 'from', 'tryFrom']); + ->toHaveProperty('value'); });