From 1a645079dccaf0478d47c0db22ebe38928839e5f Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Fri, 31 Jan 2020 20:54:15 -0800 Subject: [PATCH] Run @PHPUnit57 migration --- tests/Stripe/Service/CustomerServiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Stripe/Service/CustomerServiceTest.php b/tests/Stripe/Service/CustomerServiceTest.php index 53c4d46ac9..79b2e68361 100644 --- a/tests/Stripe/Service/CustomerServiceTest.php +++ b/tests/Stripe/Service/CustomerServiceTest.php @@ -124,7 +124,7 @@ public function testDelete() static::assertInstanceOf(\Stripe\Customer::class, $resource); } - public function testDiscount() + public function testDeleteDiscount() { $this->expectsRequest( 'delete',