Documentation

ScaffoldBaseTest extends TestCase
in package

Table of Contents

createApplication()  : HttpKernelInterface
Creates the application.
getProtectedProperty()  : mixed
setProtectedProperty()  : mixed
testNothing()  : mixed
testProcessVars()  : mixed
callProtectedMethod()  : mixed

Methods

getProtectedProperty()

public static getProtectedProperty(mixed $object, mixed $name) : mixed
Parameters
$object : mixed
$name : mixed
Return values
mixed

setProtectedProperty()

public static setProtectedProperty(mixed $object, mixed $name, mixed $value) : mixed
Parameters
$object : mixed
$name : mixed
$value : mixed
Return values
mixed

testNothing()

public testNothing() : mixed
Return values
mixed

testProcessVars()

public testProcessVars() : mixed
Return values
mixed

callProtectedMethod()

protected static callProtectedMethod(mixed $object, mixed $name[, mixed $params = [] ]) : mixed
Parameters
$object : mixed
$name : mixed
$params : mixed = []
Return values
mixed

Search results