Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkarpetin committed Oct 7, 2019
1 parent 45f3722 commit 6dfb199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ protected function getFakeValue($attribute, $class)
case 'endTime':
case 'churnTime':
case 'autopayScheduledTime':
case 'processedTime':
return $faker->date('Y-m-d H:i:s');
case 'unitPrice':
case 'unitPriceAmount':
Expand Down Expand Up @@ -234,6 +235,7 @@ protected function getFakeValue($attribute, $class)
case 'allowCustomCustomerId':
case 'attachInvoice':
case 'invalidate':
case 'isProcessedOutside':
return $faker->boolean();
case 'credentialTtl':
case 'authTokenTtl':
Expand Down

0 comments on commit 6dfb199

Please sign in to comment.