PHP Class Elgg\Di\DiContainerTest

Inheritance: extends Elgg\TestCase
Datei anzeigen Open project: elgg/elgg

Public Methods

Method Description
getFoo ( Elgg\Di\DiContainer $di )
testAccessRemovedValue ( )
testContainerIsPassedToFactory ( )
testEmptyContainer ( )
testGetFactoryUncallable ( )
testGetFactoryUncallableArray ( )
testGetFactoryUncallableArrayObject ( )
testGetMissingValue ( )
testNamesCannotEndWithUnderscore ( )
testRemove ( )
testSetClassNames ( )
testSetFactoryLooksUncallable ( )
testSetFactoryShared ( )
testSetFactoryUnshared ( )
testSetValue ( )
testSettingInvalidClassNameThrows ( )

Method Details

getFoo() public method

public getFoo ( Elgg\Di\DiContainer $di )
$di Elgg\Di\DiContainer

testAccessRemovedValue() public method

testContainerIsPassedToFactory() public method

testEmptyContainer() public method

public testEmptyContainer ( )

testGetFactoryUncallable() public method

testGetFactoryUncallableArray() public method

testGetFactoryUncallableArrayObject() public method

testGetMissingValue() public method

public testGetMissingValue ( )

testNamesCannotEndWithUnderscore() public method

testRemove() public method

public testRemove ( )

testSetClassNames() public method

public testSetClassNames ( )

testSetFactoryLooksUncallable() public method

testSetFactoryShared() public method

testSetFactoryUnshared() public method

testSetValue() public method

public testSetValue ( )

testSettingInvalidClassNameThrows() public method