Bitpay\BitpayTest::testConstruct PHP Method

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        $bitpay = new \Bitpay\Bitpay(array('bitpay' => array('network' => 'testnet')));
    }