Bitpay\InvoiceTest::testGetRedirectUrl PHP Méthode

testGetRedirectUrl() public méthode

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