PHP Class Sokil\Mongo\Pipeline\GroupStageTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sokil/php-mongo

Public Methods

Method Description
setUp ( )
tearDown ( )
testAddToSet_ArrayExpression ( )
testAddToSet_CallableExpression ( )
testAddToSet_Literal ( )
testAvg_ArrayExpression ( )
testAvg_CallableExpression ( )
testAvg_Literal ( )
testConfigure_Array ( )
testConfigure_Array_EmptyId ( )
testConfigure_Callable ( )
testFirst_ArrayExpression ( )
testFirst_CallableExpression ( )
testFirst_Literal ( )
testLast_ArrayExpression ( )
testLast_CallableExpression ( )
testLast_Literal ( )
testMax_ArrayExpression ( )
testMax_CallableExpression ( )
testMax_Literal ( )
testMin_ArrayExpression ( )
testMin_CallableExpression ( )
testMin_Literal ( )
testPush ( )
testPush_ArrayExpression ( )
testPush_CallableExpression ( )
testPush_Literal ( )
testSum_ArrayExpression ( )
testSum_CallableExpression ( )
testSum_Literal ( )

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testAddToSet_ArrayExpression() public method

testAddToSet_CallableExpression() public method

testAddToSet_Literal() public method

testAvg_ArrayExpression() public method

testAvg_CallableExpression() public method

testAvg_Literal() public method

public testAvg_Literal ( )

testConfigure_Array() public method

public testConfigure_Array ( )

testConfigure_Array_EmptyId() public method

testConfigure_Callable() public method

testFirst_ArrayExpression() public method

testFirst_CallableExpression() public method

testFirst_Literal() public method

public testFirst_Literal ( )

testLast_ArrayExpression() public method

testLast_CallableExpression() public method

testLast_Literal() public method

public testLast_Literal ( )

testMax_ArrayExpression() public method

testMax_CallableExpression() public method

testMax_Literal() public method

public testMax_Literal ( )

testMin_ArrayExpression() public method

testMin_CallableExpression() public method

testMin_Literal() public method

public testMin_Literal ( )

testPush() public method

public testPush ( )

testPush_ArrayExpression() public method

testPush_CallableExpression() public method

testPush_Literal() public method

public testPush_Literal ( )

testSum_ArrayExpression() public method

testSum_CallableExpression() public method

testSum_Literal() public method

public testSum_Literal ( )