Bitpay\InvoiceTest::testGetNotificationUrl PHP Méthode

testGetNotificationUrl() public méthode

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