PayPal\Test\Functional\Api\BillingAgreementsFunctionalTest::testSetBalance PHP Метод

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

public testSetBalance ( $agreement ) : PayPal\Api\Agreement
$agreement Agreement
Результат PayPal\Api\Agreement
    public function testSetBalance($agreement)
    {
        $this->markTestSkipped('Skipped as the fix is on the way.');
        $currency = new Currency($this->operation['request']['body']);
        $result = $agreement->setBalance($currency, $this->apiContext, $this->mockPayPalRestCall);
        $this->assertTrue($result);
        return $agreement;
    }