PHP Class Opis\Colibri\Test\CommonTest

Inheritance: extends PHPUnit_Framework_TestCase
Mostra file Open project: opis/closure

Public Methods

Method Description
testClosureNested ( )
testClosureObjectinObject ( )
testClosureRealSerialization ( )
testClosureSerializationTwice ( )
testClosureUseReturnClosure ( )
testClosureUseReturnClosureByRef ( )
testClosureUseReturnValue ( )
testClosureUseSelf ( )
testClosureUseSelfInArray ( )
testClosureUseSelfInMultiArray ( )
testClosureUseSelfInObject ( )

Protected Methods

Method Description
s ( $closure, $bindThis = false )

Method Details

s() protected method

protected s ( $closure, $bindThis = false )

testClosureNested() public method

public testClosureNested ( )

testClosureObjectinObject() public method

testClosureRealSerialization() public method

testClosureSerializationTwice() public method

testClosureUseReturnClosure() public method

testClosureUseReturnClosureByRef() public method

testClosureUseReturnValue() public method

testClosureUseSelf() public method

public testClosureUseSelf ( )

testClosureUseSelfInArray() public method

testClosureUseSelfInMultiArray() public method

testClosureUseSelfInObject() public method