Bitpay\InvoiceTest::testGetNotificationUrl PHP Method

testGetNotificationUrl() public method

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