Bitpay\InvoiceTest::testSetRedirectUrl PHP Метод

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

public testSetRedirectUrl ( )
    public function testSetRedirectUrl()
    {
        $this->assertNotNull($this->invoice);
        $this->invoice->setRedirectUrl('https://bitpay.com');
        $this->assertSame('https://bitpay.com', $this->invoice->getRedirectUrl());
    }