cURL\Tests\OptionsTest::testToArray PHP Method

testToArray() public method

public testToArray ( )
    public function testToArray()
    {
        $opts = new Options();
        $array = $opts->toArray();
        $this->assertInternalType('array', $array);
        $this->assertEmpty($array);
    }