File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public function test_validation_errors_are_returned_in_the_correct_format($error
117
117
$ this ->assertSame ('The email must be a valid email address. ' , $ errors ->email );
118
118
}
119
119
120
- public function test_validation_exceptions_can_have_multiple_error_bags ()
120
+ public function test_validation_errors_can_have_multiple_error_bags ()
121
121
{
122
122
Session::put ('errors ' , tap (new ViewErrorBag (), function ($ errorBag ) {
123
123
$ errorBag ->put ('default ' , new MessageBag ([
@@ -139,7 +139,7 @@ public function test_validation_exceptions_can_have_multiple_error_bags()
139
139
$ this ->assertSame ('The email must be a valid email address. ' , $ errors ->example ['email ' ]);
140
140
}
141
141
142
- public function test_validation_exceptions_will_be_empty_when_an_invalid_value_was_set_to_the_session ()
142
+ public function test_validation_errors_will_be_empty_when_an_invalid_value_was_set_to_the_session ()
143
143
{
144
144
Session::put ('errors ' , new Request ());
145
145
$ errors = Inertia::getShared ('errors ' )();
You can’t perform that action at this time.
0 commit comments