Skip to content

Commit

Permalink
Fix subscription response test
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav.kuryan committed Apr 19, 2017
1 parent 721d3ff commit 6c5d436
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/GooglePlay/SubscriptionResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public function testParsedResponse()
$userCancellationTimeMillis = $startTimeMillis + 3600 * 24 * 1000;
$developerPayload = 'subs:developerPayload';
$paymentState = 1;
$expiryTimeMillis = 'testExpiryTimeMillis';

$data = [
'autoRenewing' => $autoRenewing,
Expand All @@ -40,7 +39,6 @@ public function testParsedResponse()

$subscriptionPurchase = new \Google_Service_AndroidPublisher_SubscriptionPurchase($data);
$subscriptionResponse = new SubscriptionResponse($subscriptionPurchase);
$subscriptionPurchaseMock->expiryTimeMillis = $expiryTimeMillis;

$this->assertInstanceOf(AbstractResponse::class, $subscriptionResponse);
$this->assertEquals($autoRenewing, $subscriptionResponse->getAutoRenewing());
Expand Down

0 comments on commit 6c5d436

Please sign in to comment.