not()->toBeEmpty(); }); it('can get first case value', function () { $firstCase = SocialMedia::cases()[0]; expect($firstCase->value)->toBeString(); }); });