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
* fail when `assertSee` is passed an empty value
currently when passing an empty value to `assertSee` the test will pass. these values include:
- `null`
- `[]`
- `''`
- `['foo', '', 'bar']`
rarely (IMO) is this the desired behavior, and may create false confidence in the test.
this change will fail the test by default when passed empty values, but also allow users to override if appropriate.
* minor formatting
* minor formatting
* Update TestResponse.php
---------
Co-authored-by: Taylor Otwell <[email protected]>
0 commit comments