Bitpay\PayoutInstructionTest::testGetTransactions PHP Метод

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

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