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

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

public testGetOrderId ( )
    public function testGetOrderId()
    {
        $this->assertNotNull($this->invoice);
        $this->assertNull($this->invoice->getOrderId());
    }