Does it make sense to write tests for enums?
I feel kind of like I should, just like I feel like I should write tests for public constants. If someone changes the static value, I want a test to complain about it, but PHPStan complains about me writing these tests because βit will always be true.β Until someone or some AI agent decides to change it.
Thoughts?