Bitpay\InvoiceTest::testIsFullNotifications PHP Method

testIsFullNotifications() public method

    public function testIsFullNotifications()
    {
        $this->assertNotNull($this->invoice);
        $this->assertFalse($this->invoice->isFullNotifications());
    }