Bitpay\InvoiceTest::testGetExpirationTime PHP 메소드

testGetExpirationTime() 공개 메소드

    public function testGetExpirationTime()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getExpirationTime());
    }