PHP Class ScriptFUSIONTest\Functional\Porter\Net\Http\HttpConnectorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: ScriptFUSION/Porter

Public Methods

Method Description
setUpBeforeClass ( )
testConnectionTimeout ( )
testConnectionToLocalWebserver ( )
testDefaultTries ( )
testErrorResponse ( )
testOneTry ( )

Protected Methods

Method Description
setUp ( )

Private Methods

Method Description
fetch ( ScriptFUSION\Porter\Connector\Connector $connector = null )
startServer ( string $script ) : Process
stopServer ( Process $server )

Method Details

setUp() protected method

protected setUp ( )

setUpBeforeClass() public static method

public static setUpBeforeClass ( )

testConnectionTimeout() public method

testConnectionToLocalWebserver() public method

testDefaultTries() public method

public testDefaultTries ( )

testErrorResponse() public method

public testErrorResponse ( )

testOneTry() public method

public testOneTry ( )