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

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

public testGetRedirectUrl ( )
    public function testGetRedirectUrl()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getRedirectUrl());
    }