Documentation

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

testAccessingProtectedMethod()

public testAccessingProtectedMethod() : mixed
Tags
expectedException

BadMethodCallException

expectedExceptionMessage

Call to undefined method ExtendableTestExampleExtendableClass::protectedBar()

Return values
mixed

testAccessingProtectedProperty()

public testAccessingProtectedProperty() : mixed
Return values
mixed

testAccessingProtectedStaticMethod()

public testAccessingProtectedStaticMethod() : mixed
Tags
expectedException

BadMethodCallException

expectedExceptionMessage

Call to undefined method ExtendableTestExampleExtendableClass::protectedMars()

Return values
mixed

testCallingStaticMethod()

public testCallingStaticMethod() : mixed
Return values
mixed

testCallingUndefinedStaticMethod()

public testCallingUndefinedStaticMethod() : mixed
Tags
expectedException

BadMethodCallException

expectedExceptionMessage

Call to undefined method ExtendableTestExampleExtendableClass::undefinedMethod()

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
expectedException

Exception

expectedExceptionMessage

Class ExtendableTestInvalidExtendableClass contains an invalid $implement value

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 = []
Return values
mixed

Search results