|
|
@ -37,6 +37,7 @@ class ManageCustomersTest extends TestCase |
|
|
'phone' => '081234567890', |
|
|
'phone' => '081234567890', |
|
|
'pic' => 'Nama PIC Customer', |
|
|
'pic' => 'Nama PIC Customer', |
|
|
'address' => 'Alamat customer 1', |
|
|
'address' => 'Alamat customer 1', |
|
|
|
|
|
'website' => 'https://example.com', |
|
|
'notes' => '', |
|
|
'notes' => '', |
|
|
]); |
|
|
]); |
|
|
|
|
|
|
|
|
@ -48,6 +49,7 @@ class ManageCustomersTest extends TestCase |
|
|
'phone' => '081234567890', |
|
|
'phone' => '081234567890', |
|
|
'pic' => 'Nama PIC Customer', |
|
|
'pic' => 'Nama PIC Customer', |
|
|
'address' => 'Alamat customer 1', |
|
|
'address' => 'Alamat customer 1', |
|
|
|
|
|
'website' => 'https://example.com', |
|
|
'notes' => null, |
|
|
'notes' => null, |
|
|
'owner_id' => $user->agency->id, |
|
|
'owner_id' => $user->agency->id, |
|
|
]); |
|
|
]); |
|
|
@ -69,6 +71,7 @@ class ManageCustomersTest extends TestCase |
|
|
'phone' => '081234567890', |
|
|
'phone' => '081234567890', |
|
|
'pic' => 'Nama PIC Customer', |
|
|
'pic' => 'Nama PIC Customer', |
|
|
'address' => 'Alamat customer 1', |
|
|
'address' => 'Alamat customer 1', |
|
|
|
|
|
'website' => 'https://example.com', |
|
|
'notes' => '', |
|
|
'notes' => '', |
|
|
'is_active' => 0, |
|
|
'is_active' => 0, |
|
|
]); |
|
|
]); |
|
|
@ -81,6 +84,7 @@ class ManageCustomersTest extends TestCase |
|
|
'phone' => '081234567890', |
|
|
'phone' => '081234567890', |
|
|
'pic' => 'Nama PIC Customer', |
|
|
'pic' => 'Nama PIC Customer', |
|
|
'address' => 'Alamat customer 1', |
|
|
'address' => 'Alamat customer 1', |
|
|
|
|
|
'website' => 'https://example.com', |
|
|
'notes' => null, |
|
|
'notes' => null, |
|
|
'is_active' => 0, |
|
|
'is_active' => 0, |
|
|
]); |
|
|
]); |
|
|
|