Bitpay\InvoiceTest::testGetBuyerState PHP Метод

testGetBuyerState() публичный Метод

public testGetBuyerState ( )
    public function testGetBuyerState()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getBuyerState());
    }