Bitpay\InvoiceTest::testSetNotificationUrl PHP Method

testSetNotificationUrl() public method

    public function testSetNotificationUrl()
    {
        $this->assertNotNull($this->invoice);
        $this->invoice->setNotificationUrl('https://bitpay.com');
        $this->assertSame('https://bitpay.com', $this->invoice->getNotificationUrl());
    }