PHP Class Phue\Test\Transport\Adapter\CurlTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sqmk/phue

Public Methods

Method Description
setUp ( ) Set up
testClose ( ) Test: Close curl adapter
testGetContentType ( ) Test: Get Content Type
testGetHttpStatusCode ( ) Test: Get Http Status Code
testInstantiation ( ) Test: Instantiation without exception
testOpen ( ) Test: Open curl adapter
testSend ( ) Test: Send nowhere

Method Details

setUp() public method

Set up
public setUp ( )

testClose() public method

Test: Close curl adapter
public testClose ( )

testGetContentType() public method

Test: Get Content Type
public testGetContentType ( )

testGetHttpStatusCode() public method

Test: Get Http Status Code

testInstantiation() public method

Test: Instantiation without exception
public testInstantiation ( )

testOpen() public method

Test: Open curl adapter
public testOpen ( )

testSend() public method

Test: Send nowhere
public testSend ( )