Omnipay\PayPal\RestGatewayTest::testReactivateSubscription PHP Метод

testReactivateSubscription() публичный Метод

    public function testReactivateSubscription()
    {
        $this->setMockHttpResponse('RestGenericSubscriptionSuccess.txt');
        $response = $this->gateway->reactivateSubscription($this->subscription_options)->send();
        $this->assertTrue($response->isSuccessful());
        $this->assertNull($response->getMessage());
    }