PHP 클래스 BetterReflectionTest\SourceLocator\Type\PhpInternalSourceLocatorTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: roave/better-reflection

공개 메소드들

메소드 설명
internalSymbolsProvider ( ) : string[]
stubbedClassesProvider ( ) : string[][]
testAllGeneratedStubsAreInSyncWithInternalReflectionClasses ( string $className )
testCanFetchInternalLocatedSource ( string $className )
testCanReflectInternalClasses ( string $className )
testReturnsNullForFunctions ( )
testReturnsNullForNonExistentCode ( )

비공개 메소드들

메소드 설명
assertSameClassAttributes ( ReflectionClass $original, ReflectionClass $stubbed )
assertSameMethodAttributes ( ReflectionMethod $original, BetterReflection\Reflection\ReflectionMethod $stubbed )
assertSameParameterAttributes ( ReflectionParameter $original, ReflectionParameter $stubbed )
getMockReflector ( ) : BetterReflection\Reflector\Reflector | PHPUnit_Framework_MockObject_MockObject

메소드 상세

internalSymbolsProvider() 공개 메소드

public internalSymbolsProvider ( ) : string[]
리턴 string[] internal symbols

stubbedClassesProvider() 공개 메소드

public stubbedClassesProvider ( ) : string[][]
리턴 string[][]

testAllGeneratedStubsAreInSyncWithInternalReflectionClasses() 공개 메소드

testCanFetchInternalLocatedSource() 공개 메소드

public testCanFetchInternalLocatedSource ( string $className )
$className string

testCanReflectInternalClasses() 공개 메소드

public testCanReflectInternalClasses ( string $className )
$className string

testReturnsNullForFunctions() 공개 메소드

testReturnsNullForNonExistentCode() 공개 메소드