PHP Class Pinq\Tests\Integration\Parsing\ReflectionTest

Inheritance: extends Pinq\Tests\PinqTestCase
Mostrar archivo Open project: timetoogo/pinq

Protected Properties

Property Type Description
$interpreter Pinq\Parsing\IFunctionInterpreter

Public Methods

Method Description
method ( $start = __LINE__ )
staticMethod ( $start = __LINE__ )
testClosure ( )
testFunction ( )
testInternalFunctionsProduceDifferentGlobalHashes ( )
testMethod ( )
testReflectionSupportsInternalFunctions ( )
testSameInternalFunctionsProduceSameGlobalHashes ( )
testStaticMethod ( )

Protected Methods

Method Description
setUp ( )

Method Details

method() final public method

final public method ( $start = __LINE__ )

setUp() protected method

protected setUp ( )

staticMethod() public static method

public static staticMethod ( $start = __LINE__ )

testClosure() public method

public testClosure ( )

testFunction() public method

public testFunction ( )

testInternalFunctionsProduceDifferentGlobalHashes() public method

testMethod() public method

public testMethod ( )

testReflectionSupportsInternalFunctions() public method

testSameInternalFunctionsProduceSameGlobalHashes() public method

testStaticMethod() public method

public testStaticMethod ( )

Property Details

$interpreter protected_oe property

protected IFunctionInterpreter,Pinq\Parsing $interpreter
return Pinq\Parsing\IFunctionInterpreter