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

Author: Kévin Dunglas ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
显示文件 Open project: symfony/symfony

Public Methods

Method Description
getCreateResourceTests ( )
testClassNotFoundThrowsException ( )
testCompleteExistingDefinition ( )
testCompleteExistingDefinitionWithNotDefinedArguments ( )
testCreateDefinition ( )
testCreateResourceForClass ( $className, $isEqual )
testDontTriggerAutowiring ( )
testDontUseAbstractServices ( )
testExplicitMethodInjection ( )
testIgnoreServiceWithClassNotExisting ( )
testLogUnusedPatterns ( )
testOptionalParameter ( )
testOptionalScalarArgsDontMessUpOrder ( )
testOptionalScalarArgsNotPassedIfLast ( )
testOptionalScalarNotReallyOptionalThrowException ( )
testParentClassNotFoundThrowsException ( )
testProcess ( )
testProcessAutowireInterface ( )
testProcessAutowireParent ( )
testResolveParameter ( )
testScalarArgsCannotBeAutowired ( )
testSetterInjection ( )
testSetterInjectionCollisionThrowsException ( )
testSomeSpecificArgumentsAreSet ( )
testTypeCollision ( )
testTypeNotGuessable ( )
testTypeNotGuessableNoServicesFound ( )
testTypeNotGuessableWithSubclass ( )
testTypeNotGuessableWithTypeSet ( )
testWithTypeSet ( )

Method Details

getCreateResourceTests() public method

testClassNotFoundThrowsException() public method

testCompleteExistingDefinition() public method

testCompleteExistingDefinitionWithNotDefinedArguments() public method

testCreateDefinition() public method

testCreateResourceForClass() public method

public testCreateResourceForClass ( $className, $isEqual )

testDontTriggerAutowiring() public method

testDontUseAbstractServices() public method

testExplicitMethodInjection() public method

testIgnoreServiceWithClassNotExisting() public method

testLogUnusedPatterns() public method

testOptionalParameter() public method

testOptionalScalarArgsDontMessUpOrder() public method

testOptionalScalarArgsNotPassedIfLast() public method

testOptionalScalarNotReallyOptionalThrowException() public method

testParentClassNotFoundThrowsException() public method

testProcess() public method

public testProcess ( )

testProcessAutowireInterface() public method

testProcessAutowireParent() public method

testResolveParameter() public method

testScalarArgsCannotBeAutowired() public method

testSetterInjection() public method

public testSetterInjection ( )

testSetterInjectionCollisionThrowsException() public method

testSomeSpecificArgumentsAreSet() public method

testTypeCollision() public method

public testTypeCollision ( )

testTypeNotGuessable() public method

testTypeNotGuessableNoServicesFound() public method

testTypeNotGuessableWithSubclass() public method

testTypeNotGuessableWithTypeSet() public method

testWithTypeSet() public method

public testWithTypeSet ( )