PHP Class QueryAuth\Request\Adapter\Outgoing\GuzzleHttpRequestAdapterTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: jeremykendall/query-auth

Protected Properties

Property Type Description
$adaptee
$adapter
$query

Public Methods

Method Description
testAddParamNotPost ( )
testAddParamPost ( )
testGetHost ( )
testGetMethod ( )
testGetParamsNotPost ( )
testGetParamsPost ( )
testGetPath ( )
testReplaceParamsNotPost ( )
testReplaceParamsPost ( )

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testAddParamNotPost() public method

public testAddParamNotPost ( )

testAddParamPost() public method

public testAddParamPost ( )

testGetHost() public method

public testGetHost ( )

testGetMethod() public method

public testGetMethod ( )

testGetParamsNotPost() public method

testGetParamsPost() public method

public testGetParamsPost ( )

testGetPath() public method

public testGetPath ( )

testReplaceParamsNotPost() public method

testReplaceParamsPost() public method

Property Details

$adaptee protected property

protected $adaptee

$adapter protected property

protected $adapter

$query protected property

protected $query