Bitpay\Client\Adapter\CurlAdapterTest::testConstruct PHP Method

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        $adapter = new CurlAdapter();
        $this->assertNotNull($adapter->getCurlOptions());
    }