Skip to content

Commit

Permalink
Increase coverage (Signup)
Browse files Browse the repository at this point in the history
  • Loading branch information
XaosSintez committed Jun 9, 2016
1 parent f408f03 commit 6a9acf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Api/ApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ public function provideEntityClasses()
[Entities\ApiTracking::class],
[Entities\CheckoutPage::class],
[Entities\SubscriptionTracking::class],
[Entities\Signup::class],
];
}

Expand Down Expand Up @@ -854,7 +855,6 @@ private function getFakeValue($attribute, $class)
case 'defaultCardId':
case 'defaultPaymentInstrumentId':
case 'relatedId':
case 'subscriptionId':
case 'subscriptionId':
return $faker->uuid;
case 'dueTime':
Expand Down Expand Up @@ -889,8 +889,10 @@ private function getFakeValue($attribute, $class)
case 'response':
return $faker->word;
case 'organization':
case 'company':
return $faker->company;
case 'servicePhone':
case 'businessPhone':
return $faker->phoneNumber;
case 'serviceEmail':
case 'senderEmail':
Expand Down

0 comments on commit 6a9acf3

Please sign in to comment.