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

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

public testGetUrl ( )
    public function testGetUrl()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getUrl());
    }