We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8f5be commit 77e9c6cCopy full SHA for 77e9c6c
tests/Feature/Recorders/ValidationErrorsTest.php
@@ -58,7 +58,6 @@
58
expect($aggregates)->toHaveCount(0);
59
});
60
61
-
62
it('captures one entry for a field when multiple errors are present for the given field from the session', function () {
63
Route::post('users', fn () => Request::validate([
64
'email' => 'string|min:5',
0 commit comments