You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
regex to find badly named tests:
function test.*\d
also every test testing and exception should be named with
Exception
(orError
) suffix and tested using bothexpectException(class)
andexpectExceptionMessage(string)
.The text was updated successfully, but these errors were encountered: