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
The unit tests currently only cover the 'happy flow' to ensure our Traits do what they need to do, but they should also cover the 'crappy flow' where we validate that invalid data is rejected.
The unit tests currently only cover the 'happy flow' to ensure our Traits do what they need to do, but they should also cover the 'crappy flow' where we validate that invalid data is rejected.
An example for this would be something like this:
https://github.com/simplesamlphp/assert/blob/master/tests/Assert/NMTokensTest.php
The text was updated successfully, but these errors were encountered: