8000 Update FormAccessibleTest.php by Sara32141 · Pull Request #807 · LaravelCollective/html · GitHub
[go: up one dir, main page]

Skip to content

Update FormAccessibleTest.php #807

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 6.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update FormAccessibleTest.php
  • Loading branch information
Sara32141 authored Oct 9, 2024
commit 3f23bc81abfb93331313b647dfea6e171d4b65a8
1 change: 1 addition & 0 deletions tests/FormAccessibleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ protected function setUp(): void
'address' => [
'street' => 'abcde st'
],
sarah
'array' => [1, 2, 3,],
'transform_key' => 'testing testing',
'created_at' => $this->now,
Expand Down
0