cURL\Tests\OptionsTest::testArraySet PHP Method

testArraySet() public method

public testArraySet ( )
    public function testArraySet()
    {
        $opts = new Options();
        $opts->set(array(CURLOPT_TIMEOUT => 123, CURLOPT_USERAGENT => 'browser'));
        $this->assertsForSet($opts);
    }