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