Bitpay\InvoiceTest::testGetExceptionStatus PHP Méthode

testGetExceptionStatus() public méthode

    public function testGetExceptionStatus()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getExceptionStatus());
    }