atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 104 forks source link

Improve test names - no numeric suffixes #2091

Open mvorisek opened 11 months ago

mvorisek commented 11 months ago

regex to find badly named tests: function test.*\d

also every test testing and exception should be named with Exception (or Error) suffix and tested using both expectException(class) and expectExceptionMessage(string).