PHP Class cURL\Tests\OptionsTest

Inheritance: extends TestCase
Show file Open project: stil/curl-easy

Public Methods

Method Description
testArraySet ( )
testConstruction ( )
testFluentSetters ( )
testIntelligentSet ( )
testMissingOption ( )
testRemove ( )
testSingleSet ( )
testToArray ( )

Protected Methods

Method Description
assertsForSet ( Options $opts )

Method Details

assertsForSet() protected method

protected assertsForSet ( Options $opts )
$opts Curl\Options

testArraySet() public method

public testArraySet ( )

testConstruction() public method

public testConstruction ( )

testFluentSetters() public method

public testFluentSetters ( )

testIntelligentSet() public method

public testIntelligentSet ( )

testMissingOption() public method

public testMissingOption ( )

testRemove() public method

public testRemove ( )

testSingleSet() public method

public testSingleSet ( )

testToArray() public method

public testToArray ( )