Bitpay\Client\Adapter\CurlAdapterTest::testConstruct PHP Метод

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

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