Bitpay\InvoiceTest::testGetExceptionStatus PHP 메소드

testGetExceptionStatus() 공개 메소드

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