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 tests are in here, and send uniqu() into every gateway default parameter to see what comes back. This fails when the gateway is not accepting a string, and either casts it to another value or throws an exception.
Gateway classes define a set of defaults, and those defaults can tell the test what would be acceptable. Defaults are commonly 0 (integer), '' (string) and ['foo','bar'] (array). This can be used to set up the test to generate a random number, a random string, or pick a random element from the array.