Bitpay\InvoiceTest::testSetNotificationEmail PHP Method

testSetNotificationEmail() public method

    public function testSetNotificationEmail()
    {
        $this->assertNotNull($this->invoice);
        $this->invoice->setNotificationEmail('[email protected]');
        $this->assertSame('[email protected]', $this->invoice->getNotificationEmail());
    }