PHP Class Sokil\Mongo\AggregatePipelinesTest

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

Public Methods

Method Description
setUp ( )
tearDown ( )
testAggregate_AllowDiskUseOption ( )
testAggregate_Callable ( )
testAggregate_ExplainOption ( )
testAggregate_FluentInterface ( )
testAggregate_Logger ( )
testAggregate_ResultAsCursor ( )
testAggregate_ServerSideError ( )
testAggregate_WrongArgument ( )
testDeprecatedExplainAggregate ( )
testDeprecatedExplainAggregate_UnsupportedDbVersion ( )
testDeprecatedExplainAggregate_WrongArgument ( )
testLimitReset ( )
testPipeline_Append ( ) Check if pipeline added as new or appended to previouse on same operator
testPipeline_AppendFewGroups ( )
testPipeline_MatchArray ( )
testPipeline_MatchCallable ( )
testPipeline_MatchExpression ( )
testPipeline_ToString ( ) Check if pipeline added as new or appended to previouse on same operator
testSkipLimit ( )
testSkipReset ( )
testUnwind ( )

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testAggregate_AllowDiskUseOption() public method

testAggregate_Callable() public method

testAggregate_ExplainOption() public method

testAggregate_FluentInterface() public method

testAggregate_Logger() public method

testAggregate_ResultAsCursor() public method

testAggregate_ServerSideError() public method

testAggregate_WrongArgument() public method

testDeprecatedExplainAggregate() public method

testDeprecatedExplainAggregate_UnsupportedDbVersion() public method

testDeprecatedExplainAggregate_WrongArgument() public method

testLimitReset() public method

public testLimitReset ( )

testPipeline_Append() public method

Check if pipeline added as new or appended to previouse on same operator
public testPipeline_Append ( )

testPipeline_AppendFewGroups() public method

testPipeline_MatchArray() public method

testPipeline_MatchCallable() public method

testPipeline_MatchExpression() public method

testPipeline_ToString() public method

Check if pipeline added as new or appended to previouse on same operator

testSkipLimit() public method

public testSkipLimit ( )

testSkipReset() public method

public testSkipReset ( )

testUnwind() public method

public testUnwind ( )