PHP Class BetterReflectionTest\Identifier\IdentifierTypeTest

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

Public Methods

Method Description
possibleIdentifierTypesProvider ( ) : string[][]
testIsMatchingReflectorClass ( )
testIsMatchingReflectorFunction ( )
testIsMatchingReflectorReturnsFalseWhenTypeIsInvalid ( )
testIsTypesForClass ( )
testIsTypesForFunction ( )
testPossibleIdentifierTypes ( string $full )
testThrowsAnExceptionWhenInvalidTypeGiven ( )

Method Details

possibleIdentifierTypesProvider() public method

public possibleIdentifierTypesProvider ( ) : string[][]
return string[][]

testIsMatchingReflectorClass() public method

testIsMatchingReflectorFunction() public method

testIsMatchingReflectorReturnsFalseWhenTypeIsInvalid() public method

testIsTypesForClass() public method

public testIsTypesForClass ( )

testIsTypesForFunction() public method

testPossibleIdentifierTypes() public method

public testPossibleIdentifierTypes ( string $full )
$full string

testThrowsAnExceptionWhenInvalidTypeGiven() public method