update tests

This commit is contained in:
root
2026-06-08 22:06:30 -04:00
parent 79024235ef
commit 60ecacb7f8
54 changed files with 13243 additions and 5561 deletions
@@ -23,7 +23,16 @@ class PaymentMissedCheckServiceTest extends TestCase
'id' => 1,
'firstname' => 'Parent',
'lastname' => 'Late',
'cellphone' => '5551112222',
'email' => 'late@example.com',
'address_street' => '123 Main',
'city' => 'City',
'state' => 'ST',
'zip' => '12345',
'accept_school_policy' => 1,
'password' => bcrypt('secret'),
'semester' => 'Spring',
'school_year' => '2024-2025',
'status' => 'Active',
]);