PHP Class BetterReflectionTest\SourceLocator\Type\AutoloadSourceLocatorTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: roave/better-reflection

Méthodes publiques

Méthode Description
testCanLocateAutoloadableInterface ( )
testCanLocateAutoloadableTrait ( )
testCanLocateAutoloadedInterface ( )
testCanLocateAutoloadedTrait ( )
testClassLoads ( )
testClassLoadsWorksWithExistingClass ( )
testFunctionLoads ( )
testFunctionReflectionFailsWhenFunctionNotDefined ( )
testNullReturnedWhenInvalidTypeGiven ( )
testReturnsNullWhenUnableToAutoload ( )
testShouldNotConsiderEvaledSources ( )

Private Methods

Méthode Description
getMockReflector ( ) : BetterReflection\Reflector\Reflector | PHPUnit_Framework_MockObject_MockObject

Method Details

testCanLocateAutoloadableInterface() public méthode

testCanLocateAutoloadableTrait() public méthode

testCanLocateAutoloadedInterface() public méthode

testCanLocateAutoloadedTrait() public méthode

testClassLoads() public méthode

public testClassLoads ( )

testClassLoadsWorksWithExistingClass() public méthode

testFunctionLoads() public méthode

public testFunctionLoads ( )

testFunctionReflectionFailsWhenFunctionNotDefined() public méthode

testNullReturnedWhenInvalidTypeGiven() public méthode

testReturnsNullWhenUnableToAutoload() public méthode

testShouldNotConsiderEvaledSources() public méthode