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

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

    public function testGetNotificationEmail()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getNotificationEmail());
    }