Bitpay\InvoiceTest::testSetFullNotifications PHP Method

testSetFullNotifications() public method

    public function testSetFullNotifications()
    {
        $this->assertFalse($this->invoice->isFullNotifications());
        $this->invoice->setFullNotifications(true);
        $this->assertTrue($this->invoice->isFullNotifications());
    }