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
When using the is function and not specifying a test_name, the if statement at line 122 issues an "Uninitialized string offset: 0" warning. Easily fixed by once again testing that test_name is not empty.