PHP Class Symfony\Component\DependencyInjection\Tests\Compiler\ResolveDefinitionTemplatesPassTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: symfony/symfony

Public Methods

Method Description
testDecoratedServiceCanOverwriteDeprecatedParentStatus ( )
testDecoratedServiceCopiesDeprecatedStatusFromParent ( )
testDeepDefinitionsResolving ( )
testProcess ( )
testProcessAppendsMethodCallsAlways ( )
testProcessDoesNotCopyAbstract ( )
testProcessDoesNotCopyDecoratedService ( )
testProcessDoesNotCopyShared ( )
testProcessDoesNotCopyTags ( )
testProcessDoesNotDropShared ( )
testProcessHandlesMultipleInheritance ( )
testProcessMergeAutowiringTypes ( )
testProcessResolvesAliases ( )
testSetAutowiredOnServiceHasParent ( )
testSetAutowiredOnServiceIsParent ( )
testSetDecoratedServiceOnServiceHasParent ( )
testSetLazyOnServiceHasParent ( )
testSetLazyOnServiceIsParent ( )

Protected Methods

Method Description
process ( ContainerBuilder $container )

Method Details

process() protected method

protected process ( ContainerBuilder $container )
$container Symfony\Component\DependencyInjection\ContainerBuilder

testDecoratedServiceCanOverwriteDeprecatedParentStatus() public method

testDecoratedServiceCopiesDeprecatedStatusFromParent() public method

testDeepDefinitionsResolving() public method

testProcess() public method

public testProcess ( )

testProcessAppendsMethodCallsAlways() public method

testProcessDoesNotCopyAbstract() public method

testProcessDoesNotCopyDecoratedService() public method

testProcessDoesNotCopyShared() public method

testProcessDoesNotCopyTags() public method

testProcessDoesNotDropShared() public method

testProcessHandlesMultipleInheritance() public method

testProcessMergeAutowiringTypes() public method

testProcessResolvesAliases() public method

testSetAutowiredOnServiceHasParent() public method

testSetAutowiredOnServiceIsParent() public method

testSetDecoratedServiceOnServiceHasParent() public method

testSetLazyOnServiceHasParent() public method

testSetLazyOnServiceIsParent() public method