Bitpay\InvoiceTest::testSetExcpetionStatus PHP Method

testSetExcpetionStatus() public method

    public function testSetExcpetionStatus()
    {
        $this->assertNotNull($this->invoice);
        $this->invoice->setExceptionStatus(false);
        $this->assertFalse($this->invoice->getExceptionStatus());
    }