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
Use proper namespaces for test files starting with Tests\... instead of App\..\Tests\...
Fixed
Default test method names are generated using Str::snake instead of mb_strtolower (test_someawesomefeature -> test_some_awesome_feature for a feature called SomeAwesomeFeature)