Bitpay\InvoiceTest::testSetOrderId PHP Method

testSetOrderId() public method

public testSetOrderId ( )
    public function testSetOrderId()
    {
        $this->assertNotNull($this->invoice);
        $this->invoice->setOrderId('100001');
        $this->assertSame('100001', $this->invoice->getOrderId());
    }