Bitpay\InvoiceTest::testSetId PHP Method

testSetId() public method

public testSetId ( )
    public function testSetId()
    {
        $this->assertNotNull($this->invoice);
        $this->invoice->setId('af7as6fd97ad6fa');
        $this->assertSame('af7as6fd97ad6fa', $this->invoice->getId());
    }