ExtendableTest
extends TestCase
in package
Table of Contents
- createApplication() : HttpKernelInterface
- Creates the application.
- testAccessingProtectedMethod() : mixed
- testAccessingProtectedProperty() : mixed
- testAccessingProtectedStaticMethod() : mixed
- testCallingStaticMethod() : mixed
- testCallingUndefinedStaticMethod() : mixed
- testDotNotation() : mixed
- testDynamicallyExtendingClass() : mixed
- testDynamicCallableOnClass() : mixed
- testDynamicClosureOnClass() : mixed
- testDynamicExtendAndMethodOnClass() : mixed
- testDynamicMethodExists() : mixed
- testDynamicMethodOnClass() : mixed
- testDynamicPropertyOnClass() : mixed
- testExtendingExtendableClass() : mixed
- testGetClassMethods() : mixed
- testInvalidImplementValue() : mixed
- testMethodExists() : mixed
- testMethodNotExists() : mixed
- testNothing() : mixed
- testSettingDeclaredPropertyOnBehavior() : mixed
- testSettingDeclaredPropertyOnClass() : mixed
- testSettingUndeclaredPropertyOnClass() : mixed
- testSoftImplementCombo() : mixed
- testSoftImplementFake() : mixed
- testSoftImplementReal() : mixed
- callProtectedMethod() : mixed
Methods
createApplication()
Creates the application.
public
createApplication() : HttpKernelInterface
Return values
HttpKernelInterface —testAccessingProtectedMethod()
public
testAccessingProtectedMethod() : mixed
Tags
Return values
mixed —testAccessingProtectedProperty()
public
testAccessingProtectedProperty() : mixed
Return values
mixed —testAccessingProtectedStaticMethod()
public
testAccessingProtectedStaticMethod() : mixed
Tags
Return values
mixed —testCallingStaticMethod()
public
testCallingStaticMethod() : mixed
Return values
mixed —testCallingUndefinedStaticMethod()
public
testCallingUndefinedStaticMethod() : mixed
Tags
Return values
mixed —testDotNotation()
public
testDotNotation() : mixed
Return values
mixed —testDynamicallyExtendingClass()
public
testDynamicallyExtendingClass() : mixed
Return values
mixed —testDynamicCallableOnClass()
public
testDynamicCallableOnClass() : mixed
Return values
mixed —testDynamicClosureOnClass()
public
testDynamicClosureOnClass() : mixed
Return values
mixed —testDynamicExtendAndMethodOnClass()
public
testDynamicExtendAndMethodOnClass() : mixed
Return values
mixed —testDynamicMethodExists()
public
testDynamicMethodExists() : mixed
Return values
mixed —testDynamicMethodOnClass()
public
testDynamicMethodOnClass() : mixed
Return values
mixed —testDynamicPropertyOnClass()
public
testDynamicPropertyOnClass() : mixed
Return values
mixed —testExtendingExtendableClass()
public
testExtendingExtendableClass() : mixed
Return values
mixed —testGetClassMethods()
public
testGetClassMethods() : mixed
Return values
mixed —testInvalidImplementValue()
public
testInvalidImplementValue() : mixed
Tags
Return values
mixed —testMethodExists()
public
testMethodExists() : mixed
Return values
mixed —testMethodNotExists()
public
testMethodNotExists() : mixed
Return values
mixed —testNothing()
public
testNothing() : mixed
Return values
mixed —testSettingDeclaredPropertyOnBehavior()
public
testSettingDeclaredPropertyOnBehavior() : mixed
Return values
mixed —testSettingDeclaredPropertyOnClass()
public
testSettingDeclaredPropertyOnClass() : mixed
Return values
mixed —testSettingUndeclaredPropertyOnClass()
public
testSettingUndeclaredPropertyOnClass() : mixed
Return values
mixed —testSoftImplementCombo()
public
testSoftImplementCombo() : mixed
Return values
mixed —testSoftImplementFake()
public
testSoftImplementFake() : mixed
Return values
mixed —testSoftImplementReal()
public
testSoftImplementReal() : mixed
Return values
mixed —callProtectedMethod()
protected
static callProtectedMethod(mixed $object, mixed $name[, mixed $params = [] ]) : mixed
Parameters
- $object : mixed
- $name : mixed
- $params : mixed = []