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

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

    public function testGetNotificationUrl()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getNotificationUrl());
    }