Skip to content

Commit

Permalink
Move to latest stripe-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Apr 12, 2019
1 parent 93393b0 commit 7d9e1e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ php:

env:
global:
- STRIPE_MOCK_VERSION=0.49.0
- STRIPE_MOCK_VERSION=0.52.0
matrix:
- AUTOLOAD=1
- AUTOLOAD=0
Expand Down
2 changes: 1 addition & 1 deletion tests/Stripe/PlanTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function testIsCreatable()
'amount' => 100,
'interval' => 'month',
'currency' => 'usd',
'name' => self::TEST_RESOURCE_ID,
'nickname' => self::TEST_RESOURCE_ID,
'id' => self::TEST_RESOURCE_ID
]);
$this->assertInstanceOf("Stripe\\Plan", $resource);
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require_once(__DIR__ . '/StripeMock.php');

define("MOCK_MINIMUM_VERSION", "0.49.0");
define("MOCK_MINIMUM_VERSION", "0.52.0");

if (\Stripe\StripeMock::start()) {
register_shutdown_function('\Stripe\StripeMock::stop');
Expand Down

0 comments on commit 7d9e1e1

Please sign in to comment.