PHP Class BetterReflectionTest\SourceLocator\Type\AutoloadSourceLocatorTest

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: roave/better-reflection

Public Methods

Method Description
testCanLocateAutoloadableInterface ( )
testCanLocateAutoloadableTrait ( )
testCanLocateAutoloadedInterface ( )
testCanLocateAutoloadedTrait ( )
testClassLoads ( )
testClassLoadsWorksWithExistingClass ( )
testFunctionLoads ( )
testFunctionReflectionFailsWhenFunctionNotDefined ( )
testNullReturnedWhenInvalidTypeGiven ( )
testReturnsNullWhenUnableToAutoload ( )
testShouldNotConsiderEvaledSources ( )

Private Methods

Method Description
getMockReflector ( ) : BetterReflection\Reflector\Reflector | PHPUnit_Framework_MockObject_MockObject

Method Details

testCanLocateAutoloadableInterface() public method

testCanLocateAutoloadableTrait() public method

testCanLocateAutoloadedInterface() public method

testCanLocateAutoloadedTrait() public method

testClassLoads() public method

public testClassLoads ( )

testClassLoadsWorksWithExistingClass() public method

testFunctionLoads() public method

public testFunctionLoads ( )

testFunctionReflectionFailsWhenFunctionNotDefined() public method

testNullReturnedWhenInvalidTypeGiven() public method

testReturnsNullWhenUnableToAutoload() public method

testShouldNotConsiderEvaledSources() public method