Bitpay\InvoiceTest::testSetBtcPaid PHP Method

testSetBtcPaid() public method

public testSetBtcPaid ( )
    public function testSetBtcPaid()
    {
        $this->assertNotNull($this->invoice);
        $this->invoice->setBtcPaid(0.0);
        $this->assertSame(0.0, $this->invoice->getBtcPaid());
    }