update tests
This commit is contained in:
@@ -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',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user