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

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

public testGetDate ( )
    public function testGetDate()
    {
        $this->assertNotNull($this->tx);
        $this->assertNull($this->tx->getDate());
    }