Bitpay\PayoutInstructionTest::testGetTransactions PHP Method

testGetTransactions() public method

public testGetTransactions ( )
    public function testGetTransactions()
    {
        $this->assertEmpty($this->instruction->getTransactions());
        $this->assertInternalType('array', $this->instruction->getTransactions());
    }