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

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

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