PHP 클래스 BetterReflectionTest\Identifier\IdentifierTypeTest

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

공개 메소드들

메소드 설명
possibleIdentifierTypesProvider ( ) : string[][]
testIsMatchingReflectorClass ( )
testIsMatchingReflectorFunction ( )
testIsMatchingReflectorReturnsFalseWhenTypeIsInvalid ( )
testIsTypesForClass ( )
testIsTypesForFunction ( )
testPossibleIdentifierTypes ( string $full )
testThrowsAnExceptionWhenInvalidTypeGiven ( )

메소드 상세

possibleIdentifierTypesProvider() 공개 메소드

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

testIsMatchingReflectorClass() 공개 메소드

testIsMatchingReflectorFunction() 공개 메소드

testIsMatchingReflectorReturnsFalseWhenTypeIsInvalid() 공개 메소드

testIsTypesForClass() 공개 메소드

public testIsTypesForClass ( )

testIsTypesForFunction() 공개 메소드

testPossibleIdentifierTypes() 공개 메소드

public testPossibleIdentifierTypes ( string $full )
$full string

testThrowsAnExceptionWhenInvalidTypeGiven() 공개 메소드