Bitpay\PayoutTransactionTest::testGetAmount PHP Метод

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

public testGetAmount ( )
    public function testGetAmount()
    {
        $this->assertNotNull($this->tx);
        $this->assertNull($this->tx->getAmount());
    }