HttpTest
extends TestCase
in package
Table of Contents
- $Http : Http
- Http object fixture
- createApplication() : HttpKernelInterface
- Creates the application.
- setUp() : mixed
- testNothing() : mixed
- testRequestDataOverridePostFields() : mixed
- testSetInvalidOptionViaArrayOfIntegers() : mixed
- testSetInvalidOptionViaArrayOfStrings() : mixed
- testSetInvalidOptionViaInteger() : mixed
- testSetInvalidOptionViaString() : mixed
- testSetOptionsViaArrayOfConstants() : mixed
- testSetOptionsViaArrayOfIntegers() : mixed
- testSetOptionsViaArrayOfStrings() : mixed
- testSetOptionsViaConstants() : mixed
- testSetOptionsViaIntegers() : mixed
- testSetOptionsViaStrings() : mixed
- testSetPostFields() : mixed
- testSetRequestData() : mixed
- testSetRequestDataArray() : mixed
- callProtectedMethod() : mixed
Properties
$Http
Http object fixture
protected
Http
$Http
Methods
createApplication()
Creates the application.
public
createApplication() : HttpKernelInterface
Return values
HttpKernelInterface —setUp()
public
setUp() : mixed
Return values
mixed —testNothing()
public
testNothing() : mixed
Return values
mixed —testRequestDataOverridePostFields()
public
testRequestDataOverridePostFields() : mixed
Return values
mixed —testSetInvalidOptionViaArrayOfIntegers()
public
testSetInvalidOptionViaArrayOfIntegers() : mixed
Return values
mixed —testSetInvalidOptionViaArrayOfStrings()
public
testSetInvalidOptionViaArrayOfStrings() : mixed
Return values
mixed —testSetInvalidOptionViaInteger()
public
testSetInvalidOptionViaInteger() : mixed
Return values
mixed —testSetInvalidOptionViaString()
public
testSetInvalidOptionViaString() : mixed
Return values
mixed —testSetOptionsViaArrayOfConstants()
public
testSetOptionsViaArrayOfConstants() : mixed
Return values
mixed —testSetOptionsViaArrayOfIntegers()
public
testSetOptionsViaArrayOfIntegers() : mixed
Return values
mixed —testSetOptionsViaArrayOfStrings()
public
testSetOptionsViaArrayOfStrings() : mixed
Return values
mixed —testSetOptionsViaConstants()
public
testSetOptionsViaConstants() : mixed
Return values
mixed —testSetOptionsViaIntegers()
public
testSetOptionsViaIntegers() : mixed
Return values
mixed —testSetOptionsViaStrings()
public
testSetOptionsViaStrings() : mixed
Return values
mixed —testSetPostFields()
public
testSetPostFields() : mixed
Return values
mixed —testSetRequestData()
public
testSetRequestData() : mixed
Return values
mixed —testSetRequestDataArray()
public
testSetRequestDataArray() : mixed
Return values
mixed —callProtectedMethod()
protected
static callProtectedMethod(mixed $object, mixed $name[, mixed $params = [] ]) : mixed
Parameters
- $object : mixed
- $name : mixed
- $params : mixed = []